Infeasible
Status Update
Comments
mo...@gmail.com <mo...@gmail.com> #2
We do not currently aim to implement the Java Sound API.
ma...@gmail.com <ma...@gmail.com> #3
Then either remove the API or implement it correctly. Non-working API only confuses
users and gives them false hope. I wasted a day trying to play a sound, dealing with
non-sensical error messages only to finally find this bug. Many thanks, really.
users and gives them false hope. I wasted a day trying to play a sound, dealing with
non-sensical error messages only to finally find this bug. Many thanks, really.
ma...@gmail.com <ma...@gmail.com> #4
I apologize for my offensive tone. Note to self: take a few deep breaths before
adding a comment :)
adding a comment :)
se...@gmail.com <se...@gmail.com> #5
> We do not currently aim to implement the Java Sound API.
If there is currently no aim to implement the Java Sound API, I'd be most interested
in the recommended way to play a ByteArrayInputStream or AndroidAudioInputStream?
This functionality is critical to my use of Android, but I found the current APIs
rather confusing, with many interfaces limited to playing a fixed sound file or URL.
Thanks
If there is currently no aim to implement the Java Sound API, I'd be most interested
in the recommended way to play a ByteArrayInputStream or AndroidAudioInputStream?
This functionality is critical to my use of Android, but I found the current APIs
rather confusing, with many interfaces limited to playing a fixed sound file or URL.
Thanks
he...@gmail.com <he...@gmail.com> #6
I need the Java Sound API to port over a guitar tuner.
ce...@gmail.com <ce...@gmail.com> #7
Is there any way to play a PCM coded byte stream by using current 2.1 SDK?
fr...@gmail.com <fr...@gmail.com> #8
#5 There is at least one FLAC player for Android 1.6 (possibly also 1.5 or earlier), so yes, it is possible.
ar...@gmail.com <ar...@gmail.com> #9
is there any source code for merging two mp3 files in android?
Description
playback of MP3 files. All other functions are missing.