maxsap wrote:
> Hello all, I want to port an existing java program into android, the
> problem is that this program uses java sound api and after some
> googling I found that this api is not supported in the first android
> version so the question is is if android 1.6 version supports this
> api.

No, it does not.

> Also if it doesn't is there an other api i can use (I want to
> avoid saving to a file and reading from it).

Look at android.media.AudioTrack:

http://developer.android.com/reference/android/media/AudioTrack.html

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://twitter.com/commonsguy

Android App Developer Training: http://commonsware.com/training

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to