fastaudio / fastai2_audio

[DEPRECATED] Audio Module for fastai v2
Apache License 2.0
65 stars 15 forks source link

DownmixMono examples not working in 01_augement notebook #6

Closed johanndiedrick closed 4 years ago

rbracco commented 4 years ago

Thanks for reporting. Broken for the same reason as Issue 5. The fake multichannel data had been transformed in place and not reinitialized before attempting to downmix to mono. Quick fix is including the line fake_multichannel = _audio_mc_ex() before the DownmixMono transform. This will be in next PR