earphone sound

hello guys I am new to corona and I was thinking of making a game similar to papa sangre. In corona is there any way to play a sound in just the right earphone OR just the left earphone?

thanks [import]uid: 47932 topic_id: 21857 reply_id: 321857[/import]

is this even possible plz help [import]uid: 47932 topic_id: 21857 reply_id: 87000[/import]

I don’t believe this is possible at the current time, no - however I will ask another member of the team who is a genius with audio and see if he has any advice. [import]uid: 52491 topic_id: 21857 reply_id: 87002[/import]

Actually, this is possible if you use the ‘secret’ audio APIs.
http://blog.anscamobile.com/2011/07/the-secretundocumented-audio-apis-in-corona-sdk/

You will want to change the position (location) of the sound so it goes to the extreme left or extreme right to basically achieve panning.

There was some recent discussion about panning here:
http://developer.anscamobile.com/forum/2012/02/09/drone-fx
I am not familiar with Papa Sangre. But they claim they use a 3D audio engine. Our new sound playback engine is built completely on top of OpenAL which is the industry standard for 3D sound in games. The ‘secret’ APIs should give you nearly full access to the OpenAL effect system.

[import]uid: 7563 topic_id: 21857 reply_id: 87018[/import]