Rui Gomes
Rui Gomes
Hi, I'm with that problem too. I need to disable the sound that my own micro do when streaming the audio. Thanks for the help
Yes, sorry for my bad English. Is the second one, I want to stream my audio but turn off the local playback
In public/js/AudioStreamer.js in line 203 in InputSource, In my project I comment this line: event.outputBuffer.getChannelData(i).set(buffers[i]); I wonder if there are a more clean way to disable our audio in the...