[android-developers] Equalizer on global output / Get Current Active AudioSessionId

2016-07-25 Thread Gabriel Morin
Hello, it seems that it is not possible (at least not anymore) to apply an 
audio fx such as an Equalizer on the global output of the phone.
As it's possible to apply it to any AudioSessionId as long as you have the 
value of this ID, wouldn't it be a nice feature to be notified through an 
intentfilter and a brodcast receiver when the current active AudioSessionId 
has changed, with it's value ?
This way the EQ running in the background could apply to this new 
AudioSessionId.

Am I missing something already existing? 

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/cbc299a2-47c0-46a9-8f52-f9f0a0e412b3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Changing soft input language from code

2016-05-20 Thread Gabriel Morin
Hello,

I'm working on an app where the user needs to write in more than one 
language.
Basically, writing a word in a language, then writing the translation in 
another language.
I'm kind of used to switching manually with the little language icon on the 
keyboard, even though it's very painful.
But many of my user feel lost, they don't know (or sometimes can't because 
of the keyboard installed) change the input language.
It's especially a problem when the alphabet is not the same at all between 
the two languages (Latin, Cyrillic, Japanese, Chinese...)

I looked everywhere but could not find any way to change the soft input's 
language from my app's code.

Am I missing something ? If not, is there something on the way that can 
keep me hopeful?

Thanks, 

Gabriel

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/28c69ba8-95bf-4672-914c-a93f358b7764%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.