VBAN as in and out stream #1607
-
Hey, I want to build an full duplex communication device which sends and receives audio data over the network. I choose the VBAN protocol because it might be easy to test with the available windows and phone apps. About the config: I set the confix to RXTX_MODE. There is one property called "stream_name". Will it be the name of the stream when I am sending audio r is it the name of the stream I want to listen to (receiving)?. I learned a lot from the many examples our are providing but unfortunately I didn't find any two way audio stream examples. I think I need two Stream-object.. one for processing the receiving and one for processing the sending audio data, right? Here is my code, would be happy for any help. Thanks so much!
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
I don't know since I have never tried this. If this is not working with 2 separate instances, feel free to extend the implementation of the VBANStream class |
Beta Was this translation helpful? Give feedback.
I don't know since I have never tried this.
If this is not working with 2 separate instances, feel free to extend the implementation of the VBANStream class