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
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