Question about using InputMixer #703
-
Hello, It works when i receive data on both udp ports, but if i receive data only on 1 of the udp ports the output is silent. for now i am not using a codec to keep it simple. I used as a template the communication_udp_receive example, and i modified it to use the audiokit, and i added a mixer and a second udp port. any ideas? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Yes, the mixer expects data from all defined streams. If you want to stop one stream you need to reconfigure the mixer with end(), add() and begin(). If this is too comberson, feel free to extend the functionality by adding a remove() function... |
Beta Was this translation helpful? Give feedback.
Yes, the mixer expects data from all defined streams. If you want to stop one stream you need to reconfigure the mixer with end(), add() and begin(). If this is too comberson, feel free to extend the functionality by adding a remove() function...