descript-audio-codec icon indicating copy to clipboard operation
descript-audio-codec copied to clipboard

Streaming DAC (feature request/question)

Open lonce opened this issue 1 year ago • 4 comments

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?

lonce avatar Jan 21 '25 14:01 lonce

Agreed, I haven't seen this streaming functionality with any NN codec even though they are totally a fundamental feature to be built with.

stonelazy avatar Jan 30 '25 01:01 stonelazy

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

UkiTenzai avatar Mar 01 '25 11:03 UkiTenzai

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

UkiTenzai avatar Mar 01 '25 11:03 UkiTenzai

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 ?

stonelazy avatar Mar 02 '25 04:03 stonelazy