Sample Header Ad - 728x90

Chrome mobile browser and Samsung internet seem to be permanently set to phone speakers? Does recognize the microphone but does not switch to it?

1 vote
0 answers
39 views
When inputing otg cable it does not switch to the selected deviceId using getUserMedia on mobile browsers. It keeps using the default speakerphone on samsung galaxy note8 and note 10. I am using secure connections https and the browser version: Desktop browser Chrome: Version 114.0.5735.198 (works) Mobile browser Chrome: version 126.0.6478.188 (does not work) I set up something that processes live surrounding audio (picked up by the microphone) and is replayed almost in real time from the phone's speakers. However, this is producing feedback as the phone's microphone picks up the sounds that are just produced by the phone's speakers. tried buying a new cable for connecting microphone, still does not switch. tried using headphones and the same thing happend. I am using MediaDevices: getUserMedia() method. code: https://stackoverflow.com/questions/78797554/how-to-make-navigator-mediadevices-getusermedia-audio-true-work-on-mobile
Asked by ahoiy (11 rep)
Jul 29, 2024, 11:22 AM