How can I use the fxlab effects code on a stereo buffer?
Open
- Dominant language
- C++
- Stars
- 4.1k
- Forks
- 639
- Avg merge
- 2d 23h
- Merged PRs (30d)
- 8
Description
I am adapting the fxlab code to apply effects to pre-recorded audio clips instead of microphone input (similar to Drumthumper sample). It works well for mono audio. The problem arises when I need to use stereo audio since the fxlab effects code handles mono input. How can I modify the effects code to support stereo audio? I believe one solution is to instantiate two effects and apply them to each channel independently, but that would add overhead.
Contributor guide
Assessment
This issue has not been assessed yet.