[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

[android-developers] How to record multimedia audio

2012-11-19 Thread Meloy Común
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 piano. I explain it: I load the sounds: private void chargeSounds() { this.soundPool = new SoundPool(12, AudioManager.STREAM_MUSIC,

[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] How to record media audio, AudioManager.STREAM_MUSIC

2012-09-19 Thread Meloy Común
Hi, I am making a piano app in android. I want to record the sounds maked by user when he plays the piano. I load sounds in a soundPool like: private void chargeSounds() { this.soundPool = new SoundPool(12, AudioManager.STREAM_MUSIC, 0);