Chaining Streams #1258
-
I'd like to chain together multiple sources and sinks to create a vocal effects box.
I've read the detail instructions and it seems i need to use transformation/conversion classes but i'm struggling. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
I think you did not get the chain right.
|
Beta Was this translation helpful? Give feedback.
-
No: AudioRealFFT is like any audio sink but can never be an audio source! To feed it you just define it as output of the MultiOutputStream along with the AudioEffectStream. Here is the code for the chain described above:
|
Beta Was this translation helpful? Give feedback.
I think you did not get the chain right.
The following should work: