[android-developers] Re: How to record multimedia audio
There is no such thing as recording from AudioManager.STREAM_MUSIC.
That constant pertains to playback.
You are recording with the encoding
MediaRecorder.AudioEncoder.AMR_NB, which is described as "narrowband". Narrowband in this case probably means the quality is bad.
Maybe try AMR_WB? (Wideband)
On Monday, November 19, 2012 3:20:34 PM UTC-6, Meloy Común wrote:
Yes, but couldn´t i record only the audio played by the user?--
And at any rate, when i record from AudioManager.STREAM_MUSIC the quality of recorded sound is horrible.
Thanks for answering.
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+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home