Questions tagged [audio-route]
22 questions
0
votes
1 answer
Android telecom Connection private function (supportedAudioRoutes)
Why google dont provide this function for normal use (android.telecom.Connection)?
I need this function for disable bluetooth selection for my call. I think that in java we can use reflection for get this function, but im using Xamarin and its…

Filipe Torres
- 11
- 4
0
votes
1 answer
Switch Earpiece to Speaker and Speaker to Earpiece ( UWP )
i want to know how to switch from earpiece to speaker and speaker to earpiece on button click. If any one sample project for this please share a link to help me to understand full.

Shubham Sahu
- 1,963
- 1
- 17
- 34
0
votes
0 answers
Getting all time speaker enable and on headphone speaker working fine?
UInt32 audioRouteOverride = enabled ? kAudioSessionOverrideAudioRoute_Speaker : kAudioSessionOverrideAudioRoute_None;
if(AudioSessionSetProperty (kAudioSessionProperty_OverrideAudioRoute, sizeof (audioRouteOverride),&audioRouteOverride) == 0){
…

Bipin Maurya
- 47
- 4
0
votes
0 answers
Get Other Applications Audio
Is it possible to get the audio coming from a different application? I'd like to perform app specific-modifications to the audio coming from other running applications. After a lot of searching, I still can't seem to find any examples or proof that…

foobar5512
- 2,470
- 5
- 36
- 52
0
votes
1 answer
MediaRoute and routing audio
I have a Samsung Galaxy S3 (unsecured, currently), and I have a problem sometimes, for example, if I plug in my headphones to listen to FM radio and suddenly I close the application and disconnect the headphones, the phone still believe having one…

Víctor Martín
- 3,352
- 7
- 48
- 94
0
votes
1 answer
How to switch audio output between the two buds of headphones
My application demands a functionality that sound has to come through only one side of headphones based on the user choice. i.e either sound can play from left side of head phone or right side of the phone, but not from the two sides at a time.
I…

Madhu
- 994
- 1
- 12
- 33
0
votes
1 answer
Running Terminal Command in Android App to Route Audio
So i have an LG P920 I want to Modify The T.I FMrX app to add commands to route audio via tinymix here are the shell commands
# tinymix 6 120
# tinymix 66 7
# tinymix 67 7
# tinymix 73 2
# tinymix 74 2
binary is located at /system/bin/tinymix
so…

user1813180
- 11
- 3