[android-developers] Sampling

2009-02-06 Thread Sundog
Is it possible to "piggyback" the audio stream or the microphone and get raw sample data from it? Can anyone point me to some documentation? Thanks. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers

[android-developers] Sampling points along a path

2009-10-29 Thread RalphLeon
In my application I use cubic bezier curves to position images in a pattern. I just noticed that Path has a nice "cubicTo" method, that can construct the same shape that I manually sample. However, I need to be able to extract the X,Y positions along the path... is there anyway to access these po

[android-developers] Sampling data from the internal Mic, and from a headset Mic.

2009-09-23 Thread Julian Bunn
My app takes audio samples from the Mic, and processes them. The app works fine with the internal Mic, but as soon as I plug in a headset, I seem to lose the Mic signal: I still receive data, but it is quiet. The headset is functioning correctly, because it works fine for e.g. phone calls. This s