views:

11

answers:

0

Hi,

I would like to know if anyone knows how to create a wrapper to AudioSystem?

I found a post on google code which talks about it, but there is no code.

Issue 4169

Specifically this post:

Basically, Google have knobbled the AudioManager big-time - and AudioManager is the only official way to control the audio system. Luckily, AudioManager is a relatively simple proxy for the "google only" AudioSystem code... I bypassed AudioManager and went directly to a wrapped AudioSystem (yes, I know I'm bad) and hey presto, I can now send my audio to the earpiece again - AND I regained control the relative priorities of the audio sinks.

Please if anyone can help it would be greatly appreciated!