[android-beginners] Re: How to capture sound level?

2009-08-04 Thread Alex Mendez
This doesn't work with the emulator but it does work on my device. On Jul 28, 8:07 pm, Balwinder Kaur (T-Mobile) balwinder.k...@t- mobile.com wrote: Does this help ? MediaRecorder recorder = new MediaRecorder(); recorder.setAudioSource(MediaRecorder.AudioSource.MIC); int maxvol =

[android-beginners] Re: How to capture sound level?

2009-08-04 Thread Balwinder Kaur (T-Mobile)
Ofcourse :) The emulator is not equipped to do recording. Balwinder Kaur Open Source Development Center ·T· · ·Mobile· stick together The views, opinions and statements in this email are those of the author solely in their individual capacity, and do not necessarily represent those of

[android-beginners] Re: How to capture sound level?

2009-07-31 Thread Alex Mendez
Thank you I'll try tomorrow On Jul 28, 8:07 pm, Balwinder Kaur (T-Mobile) balwinder.k...@t- mobile.com wrote: Does this help ? MediaRecorder recorder = new MediaRecorder(); recorder.setAudioSource(MediaRecorder.AudioSource.MIC); int maxvol = recorder.getMaxAmplitude(); Balwinder Kaur