Streaming DAC (feature request/question)
I have a model that "streams" one token stack at time. Wouldn't be cool if the DAC decoder could stream audio one DAC frame at a time so that I could manipulate my model interactively and hear the audio results as I play?
Agreed, I haven't seen this streaming functionality with any NN codec even though they are totally a fundamental feature to be built with.
I have a model that "streams" one token stack at time. Wouldn't be cool if the DAC decoder could stream audio one DAC frame at a time so that I could manipulate my model interactively and hear the audio results as I play?
Need online streaming inference? Try AudioDec
Agreed, I haven't seen this streaming functionality with any NN codec even though they are totally a fundamental feature to be built with.
Need online streaming inference? Try AudioDec
Need online streaming inference? Try AudioDec
Thanks for the highlight. However, iirc AudioDec isn't very performant and also they haven't compared their's with any other system. Do you know of any other system that supports streaming codec ?