You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, audio files are either loaded mono or multi-channel. We should add a switch to select the desired channel from a multi-channel file via parameter, e.g. channel
This could also be handy for the online-streaming mode #185.
The text was updated successfully, but these errors were encountered:
* Allow `remix` to choose a channel, and just copy results from that channel if required
* `ffmpeg` version - use `pan` audio filter (see [section in manual](https://trac.ffmpeg.org/wiki/AudioChannelManipulation)).
* Propagate this parameter through all the audio loading layers
* Add tests around all aspects of this
This fixesCPJKU#211.
Right now, audio files are either loaded mono or multi-channel. We should add a switch to select the desired channel from a multi-channel file via parameter, e.g.
channel
This could also be handy for the online-streaming mode #185.
The text was updated successfully, but these errors were encountered: