I am still new to android and currently I am working on a project, where I have to guide a person using audio signals. What I actually want to do is beep at a frequency only in one ear to tell the person to either turn left or turn right. When directing straight both ears will be beeping.
I found a number of examples here on how to generate the beep sound on android.
Here is an example of how to generate an arbitrary beep sound: Playing an arbitrary tone with Android
All I want is to play it only in one ear and shift between playback in either ears. Anybody has an idea of how this can be done?