Parisson / TimeSide

scalable audio processing framework and server written in Python
https://timeside.ircam.fr/docs/
GNU Affero General Public License v3.0
367 stars 60 forks source link

setup progress_callback only at decoder init, use it only during decoder #262

Closed yomguy closed 2 years ago

yomguy commented 2 years ago

This method seems less invasive to me mainly because the callback is built as a decoder self property at init. This should be tested against the websocket and the server process introduced in #245