[android-beginners] Re: Audio Processing Options

2009-01-08 Thread Dave Sparks
No, there are no Java API's exposed for this currently. On Jan 8, 8:06 am, obi wrote: > What options are there currently for analyzing sound files on Android, > specifically ones from the onboard microphone? Ideally, I'd like to > be able to look at the amplitude of the microphone over time and

[android-beginners] Re: Audio Processing Options

2009-01-09 Thread Mr . Black
Oh cmon man ... make it happen please coz, i will use it too Thanks. On Fri, Jan 9, 2009 at 10:39 AM, Dave Sparks wrote: > > No, there are no Java API's exposed for this currently. > > On Jan 8, 8:06 am, obi wrote: > > What options are there currently for analyzing sound files on Android, > > s

[android-beginners] Re: Audio Processing Options

2009-02-10 Thread clark
All you really need is a method to access the raw data of the sound. With that you can do whatever kind of DSP stuff you want. The real question is, are there Classes and/or methods that allow the developer to access the raw sound data? With the addition of google's voice search as of RC33, I wo

[android-beginners] Re: Audio Processing Options

2009-02-10 Thread Dave Sparks
It's on the roadmap for Cupcake. On Feb 10, 4:06 pm, clark wrote: > All you really need is a method to access the raw data of the sound. > With that you can do whatever kind of DSP stuff you want. The real > question is, are there Classes and/or methods that allow the developer > to access the

[android-beginners] Re: Audio Processing Options

2009-02-12 Thread Dorn Hetzel
Can you explain what "on the roadmap for cupcake" means for those of us not in-the-know? On Tue, Feb 10, 2009 at 11:22 PM, Dave Sparks wrote: > > It's on the roadmap for Cupcake. > > On Feb 10, 4:06 pm, clark wrote: > > All you really need is a method to access the raw data of the sound. > > Wit

[android-beginners] Re: Audio Processing Options

2009-02-13 Thread Dave Sparks
Cupcake is the next platform release for Android. You can read about it here: http://source.android.com/roadmap/cupcake On Feb 12, 1:14 pm, Dorn Hetzel wrote: > Can you explain what "on the roadmap for cupcake" means for those of us not > in-the-know? > > On Tue, Feb 10, 2009 at 11:22 PM, Dave