I am writing an android app for storing and managing voice memos with some basic metadata and tagging. When recording sound I use: recorder = new MediaRecorder(); recorder.setAudioSource(MediaRecorder.AudioSource.MIC); recorder.setOutputFormat(MediaR
I want to remove noises from a recorded sound and make the fft of it finding fundamental frequencies of that sound, but I don't know how to remove those noises. I'm recording the sound of falling objects from different heights. I want to find the rel
I have an app that requires that the user record their own message to be played back at some future time. My intent was to do that using UILocalNotification. Unfortunately, it seems that the sound associated with the local notif has to be stored in t
This question already has an answer here: iPhone App : recording audio in mp3 2 answers I want to record the sound in my iPhone app,but i can only record it in some specific formats.How to record in mp3 format I have searched lot,but could not find a
I am new to server side development. I want to work on an application and I need to record a video on Helix Server from my Android device through my application. I have installed the Helix Server on a Windows Server PC. In the Android application, I
I need to capture sounds from line-in port, not microphone. Although I accomplished recording from microphone, I can not accomplish capturing sounds from line-in ports or specific ports. How can I handle this problem?I haven't figured this either, bu
Can anyone help me with this problem, how to do flipping of an image without using the inbuilt flipping function i.e. flip(src image, destination image , 1 or 0) in C++ using OpenCV. I am new to this software so please help.Assuming you have a good r
I'm trying to listen to touch events (TOUCH_BEGIN, TOUCH_UPDATE, TOUCH_END and TOUCH_OWNERSHIP) on the root window. Touch events aren't directly integrated into XCB, so I have to use the input extension (libxcb-xinput). I already managed to set up an
I need to save microphone input to use later in an AudioElement. I do this to get microphone input: window.navigator.getUserMedia(audio: true).then((MediaStream stream) { # what should go here? }); What should I do to save the audio?There are many ho
I have made an Android application using PhoneGap and now I am testing it on Android device. I am using Foundation, and I am not using JavaScript, as that slows down the animations. Ok, now I have built the application, connected with my Android and
As I want to record audio in background I use service..But I am not able to record the audio in service. I tried same code in Activity it works for me. but how to do audio recording in background when voice /speech is input that means audio recording
this would look like a dumb question and it may look like I didn't search out there for an answer but. The problem is that I am developing an android app and at a certain point I new about Google Cloud SQL and Google App Engine so I watched like 20-3
I am creating one application which play recorded file on Android to iphone and vice-versa. now i am using , audioRecorder = new MediaRecorder(); audioRecorder.setAudioSource(MediaRecorder.AudioSource.MIC); audioRecorder.setOutputFormat(MediaRecorder
I have created Application to get list of files and folders from web services and when get into the files like .jpg and .jpeg how can I get or View that image onClick that image itemThere are many ways to load the image from the URL. Efficient way to