[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" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[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 points given an arbitrary path?

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



[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 suggests to me that my app is not doing something it
should :-)

I'm wondering if I need to do something in my code to change from
receiving samples from the internal Mic to receiving them from the
headset - but it seems a bit far-fetched.

This is with Cupcake 1.5 on an ADP1, radio 2.22.19.26I

I'd be most grateful for any advice/suggestions.

Thanks,
Julian

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