[android-developers] Re: How to record multimedia audio

2012-12-19 Thread bob
It sounds like what you want is a recording studio. Maybe a soundproof booth. Make sure you don't let your brother in either. On Tuesday, November 20, 2012 5:50:04 AM UTC-6, Meloy Común wrote: > > I don´t know why my last 2 post were deleted :( > > I said in those posts: > > I dont want

Re: [android-developers] Re: How to record multimedia audio

2012-12-19 Thread Asheesh Arya
Google is your friend -- 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

[android-developers] Re: How to record multimedia audio

2012-12-19 Thread Meloy Común
Help me please! -- 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

[android-developers] Re: How to record multimedia audio

2012-11-20 Thread Meloy Común
I don´t know why my last 2 post were deleted :( I said in those posts: I dont want to record from voice sound,(voice,cars,birds at the park,my brother laughing) i only want to record multimedia sound from the app, not from mic. I want to record piano sound because later i want to play piano wit

[android-developers] Re: How to record multimedia audio

2012-11-19 Thread bob
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? (Wideb

[android-developers] Re: How to record multimedia audio

2012-11-19 Thread Meloy Común
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.

[android-developers] Re: How to record multimedia audio

2012-11-19 Thread bob
To record only the piano audio, don't sing while recording. On Monday, November 19, 2012 6:24:30 AM UTC-6, Meloy Común wrote: > > Hello, I apologize for my English first. > > I am developing an android piano. > I wonder how I can record the sounds that occurs when i touch the keys of > the p