How can I receive and stream again?
Tuner32 opened this issue · 3 comments
Tuner32 commented
I want receive audio data from ScarletsAudioStreamer after filter and I want send by ScarletsMediaPresenter How can I do that?
StefansArya commented
You need to disconnect the presenter's AudioNode from the destination and connect it to your effect, and then connect your effect into presenter's destination.
Presenter -> Effect -> Destination
SFMediaStream/example/group-call/browser/presenter.js
Lines 86 to 95 in c6707c9
Tuner32 commented
I think I am idiot. I just tried audiostream and used audioconnect fuction. Thank you. You help my project almost all.
StefansArya commented
It's okay, good luck!