Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hi devnet, I use QAudioOutput for playback raw data from internet, i work great on mobile(Android, iOS), but i need to control route of ouput to loudspeaker, or to earspeaker, how can i do this ? Thanks,
Hi and welcome to devnet,
AFAIK, you can't to that through Qt Multimedia. You'll likely have to check the Android API to see if it's something you can manage.
@SGaist ,Thank you, I call to java native via jni, and it work for me.