I would like to make audio records (via MediaRecorder/AudioRecorder) and then play recorded file with some changes (special effects) (e.g. increasing/decreasing speed, adding echo, mix with other pred
From a web page, I\'m looking to record audio from the user\'s microphone and then upload the file to a server to be stored as an MP3.My solution is built using .NET.
I\'m using speech recognition but some words are not correct speaking. Therefore, I want mix my voice for some words.
I\'m new to programming in Objective-c and the iPhone but I am working on an app to teach myself. I have been trying to figure out how to record sounds on the iPhone. Apple provides excellent document
I am trying to do an app, to where when it launches, it will detect audio, and then play it back automatically. NO BUTTONS, nothing to press. Just a picture of something then, it listens for audio, th
I\'m new in Android development and I have the next question/problem. I\'m playing around with the MediaRecorder class to record just audio from the microphone. I\'m following the steps indicated in
I\'m new in Android development and I have the next questio开发者_运维问答n/problem. I\'m playing around with the MediaRecorder class to record just audio from the microphone. I\'m following the ste
i\'d开发者_StackOverflow中文版 like to record sounds played by tapping with a two dimensional array using the time and the sound id.
I want to record sound on my Java ME App on K770i. So I used this: http://java.sun.com/javame/reference/apis/jsr135/javax/microedition/media/control/RecordControl.html
I have a working mic recording script in AS3 which I have been able to successfully use to save .wav files to a server through AMF. These files playback fine in any audio player with no weird effects.