I have HTML code that runs in construct 3
It responds to the audio stream.
document.getElementById('startAudio').addEventListener('click', startAudioCapture);
how do I make it respond to all sounds played by construct 3 and not to the microphone?
Develop games in your browser. Powerful, performant & highly capable.