facebookresearch / encodec

State-of-the-art deep learning based audio codec supporting both mono 24 kHz audio and stereo 48 kHz audio.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Streaming example?

bryanhpchiang opened this issue · comments

From the paper:

image

Is there an example of how this would work in practice?

The current state of the project does not officially support it.

However, that didn't stop me from having a go:
See https://github.com/thomas-xin/Encodec-Stream for more info!