Parisson / TimeSide

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

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

Closed yomguy closed 3 years ago

yomguy commented 3 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