mediarecorder - Android Recorder records system noise -


i have app, uploads recorded voice server (by means of socket). starts automatically record , send data socket.

now problem @ beginning on audio file, there bubble system notification sound (like this: https://www.youtube.com/watch?v=dk5snsyn4de)

why? it's appears if press on buttons or app shortcuts. said, recorder starts automatically if app opened , sends data (i.e. don't have interact buttons).

i start way:

      recorder = new audiorecord(mediarecorder.audiosource.mic,samplerate,channelconfig,audioformat,minbufsize);       recorder.startrecording(); 


Comments

Popular posts from this blog

node.js - Node js - Trying to send POST request, but it is not loading javascript content -

javascript - Replicate keyboard event with html button -

javascript - Web audio api 5.1 surround example not working in firefox -