3D audio in android -


I am trying to create an application to produce 3D audio in Android. I am using the Soundpull class and I am able to make a Parning effect (left right audio at the angle of 90 degrees from the listener) I am thinking that I can apply some algorithm to create 3D positional audio which is 45 Coming from the degree. Thank you

I do not know what your coding experience is, but the Android class may be that What are you looking for? What can you possibly find on the documentation you are looking for? I have seen somewhere that you have made an example, set it to feed with audio and panning with setStereoVolume. So you just have to convert 3D audio sources to the left and right stereo volume and you have 3D sound in Android.

Hope that helps.

Comments

Popular posts from this blog

Python SQLAlchemy:AttributeError: Neither 'Column' object nor 'Comparator' object has an attribute 'schema' -

java - How not to audit a join table and related entities using Hibernate Envers? -

mongodb - CakePHP paginator ignoring order, but only for certain values -