Questions related to audio recording in applications. For voice recording issues, use [voice-recording] tag.
0
votes
0answers
17 views
Audio recording / UI and .apk building in Python for Android
I want to develop an android app that involves recording audio from the microphone. Unfortunately, I don't know java, so I've been looking into doing it in a python framework/platform. I need to be ...
0
votes
1answer
28 views
Detecting digital clipping in audio signal
Given an audio byte array data in python like so
inp = alsaaudio.PCM(alsaaudio.PCM_CAPTURE, alsaaudio.PCM_NONBLOCK, card)
# Set attributes: Mono, 48000 Hz, 16 bit little endian samples
...
-1
votes
1answer
20 views
Sound recognition or matching [closed]
I want to compare sounds to another sound to find matches. Lets say I have a sound if a beetle (bug) or a car driving on tar etc. now if i play the application this sound it should be able to find a ...
0
votes
2answers
29 views
deleting file from sdcard in android application for voice changer [closed]
Hi i am making a voice changer application in which i have to delete some added pcm file in sdcard. The format in which the song is saved is:
name.pcm
File f = new File(filepath + "/" + ...
0
votes
1answer
35 views
Record MIC sound into byte array in android
I'm trying to record from the MIC direcly to a short array.
The goal is not to write a file with the audio track, just save it within a short array.
If've tried several methods and the best I've ...
1
vote
3answers
54 views
Voice changer for audio files
I have some audio files in different voices (only spoken words there is no music or noise).
I am aiming to change all that audios for a one standard voice "man" voice for example
For example:
...
0
votes
1answer
39 views
Real-time audio denoise using FFT on android
I'm thinking of starting a android project, which records audio signals and does some processing to denoise. My quesion is, as many (nearly all) denoising algorithms involve FFT, is it possible for me ...
0
votes
0answers
15 views
Blank gaps appears when recording audio with AudioRecord
I use AudioRecord to record audio from Android, and then reply it using AudioTrack. However, the result is very terrible, it is somehow similar to what it recorded, but it maybe slower (or maybe ...
0
votes
0answers
36 views
Android record pcm file issue
hi I have a problem with recording from the microphone
This is my code
private int audioSource = MediaRecorder.AudioSource.MIC;
private static int sampleRateInHz = 44100;
private static int ...
0
votes
2answers
35 views
How can i pause voice recording in Android?
My aim is to pause in recording file.
I see in Android developer site its but Media Recorder have not pause option.
Java supports merge two audio file programatically but In android its not work.
...
0
votes
1answer
105 views
HTML5 record audio to file
What I ultimately want to do is record from the user's microphone, and upload the file to the server when they're done. So far, I've managed to make a stream to an element with the following code:
...
-1
votes
0answers
19 views
How to record audio from MediaPlayer in Android?
I am developing an android app that plays live streaming audio from the internet using MediaPlayer(). I need to record the streaming audio. How to do that? Thanks.
Edit: The streaming files are all ...
0
votes
1answer
25 views
Using Naudio to amplify Microphone Input
I have played with the Naudio examples, and am able to amplify a WAV file that is opened in using the "WaveFileStream" function. (Code Example: AudioPlaybackPanel) This works fine:
I add a variable ...
-2
votes
0answers
20 views
How to calculate frequency or amplitude or any data from audio sample to start and stop audio recorder automatically [closed]
I want to start and stop my audio recorder automatically so I want to get some relevant data from audio sample on which I can start or stop audio recording.
just like talking tom cat app. I am unable ...
0
votes
0answers
35 views
Recording sound in the background - no sound
I have a problem writing an application to record sound in the background.
The purpose of the application will record outgoing phone calls.
The application has two text fields - the name of the ...
-1
votes
0answers
21 views
recording app not working properly
package com.example.shaking_activity;
import java.io.File;
import java.io.IOException;
import android.app.Activity;
import android.media.MediaRecorder;
import android.os.Environment;
import ...
1
vote
2answers
47 views
How to mute the mic's audio input and recognize only the internal audio of the device by using Auriotouch
I have used auriotouch codes in my app and when i record the audio, it shows the audio waves. So, while recording the sound, the mic recognizes the audio input and then the waves would act accordingly ...
0
votes
1answer
46 views
Android AudioRecord - using short array or byte array?
I working on an android app which records audio. For best audio quality it is better to use a buffer of shorts while reading?
//aRecorder.read(shortBuffer, 0, shortBuffer.length);
...
0
votes
1answer
38 views
Decrease bitrate on WAV file created with recorderjs
I'm trying to use recorderjs on an app engine site where users upload short audio recordings (say, 1 to a dozen seconds long). I've noticed that the WAV files I'm uploading are much larger than I ...
0
votes
0answers
15 views
Record and playback from mic in realtime
I like to use a button in my application that do this:
On clicking the button records the voice from the mic (1 or 2 words) and automatically it replays the words.
I found this question, but I am not ...
1
vote
0answers
22 views
How can I receive the Hardware Timestamp of Audiorecord in Android?
I need to retrieve the timestamp of when the AudioRecord class does a read of a buffer. I need to keep track of the time in milliseconds. I have tried to add a timestamp retrieve after I read the ...
1
vote
0answers
64 views
Can't play .amr file in wp8
I use AudioVideoCaptureDevice to record the voice and save it to isolated storage with amr format
dev = await AudioVideoCaptureDevice.OpenForAudioOnlyAsync();
dev.AudioEncodingFormat = ...
0
votes
0answers
66 views
OpenAL Capture Device Selection (Speaker Output)
I'm wanting to capture the speaker output and echo it for testing. The following code produces exactly that, but instead of the speaker output, it chooses my microphone input. I'm new to OpenAL so I'm ...
0
votes
0answers
33 views
Automatically sound recording and stop when user stop speaking using audio recoder
I want to recode the voice when certain level of sound receive and stop audio recorder does not receive sound.
I am initially using Media recorder to check maximum amplitude when I get it then I ...
0
votes
0answers
28 views
Near real-time song detection for mobile devices
What I need is to implement a system in a mobile app where I can detect whether the audio the user hears is part of a known song (in a very small list of songs).
I will have a few songs (let's say ...
0
votes
1answer
61 views
Record sound in good quality?
How I can record sound from my PC in GOOD quality? (A Microsoft Wav File 16 bit 44 khz or encoding mp3 in real time).
Not a problem for me if I can use a FREE and DOCUMENTED library to record audio, ...
0
votes
0answers
55 views
Waveform generation from an audio file or live audio recording in iOS
I want to generate the waveform from an audio file or from live audio recording in my app, i have seen this tutorial but its built for cocoa platform not for cocoa touch and i have also google many ...
0
votes
0answers
13 views
Audiosystem.write won't return despite TargetDataLine being closed
I'm having issues with a simple audio recorder I'm writing. Basically, the AudioSystem.write won't return even when I try to close the dataline it depends on, and the recorder thus never stops ...
1
vote
2answers
30 views
how to continue recording to the same audio file through different pages using phonegap?
I need my phonegap app to have audio recording in the background while its working. For that, the Media object works just fine, the thing is it stops recording once I'm navigating to a new page. I ...
0
votes
0answers
59 views
Android MediaRecorder is not generating a streamable AAC-LC audio using AudioEncoder.AAC
I am using a Nexus 7 with Android version 4.2+. So according to the Android Supported Media Formats all listed encoders and container formats are supported.
Now I want to record an audio using the ...
0
votes
1answer
44 views
How to get amplitude of sound recorded via Audio Recorder
I want to get the amplitude of recorded sound via audio recorder after every 1 second. But I am not getting any clue.
Secondly can we record sound from both audio recorder as well as media recorder ...
0
votes
2answers
60 views
How to perform internal recording of application's audio in iphone programmatically
I want to record the sounds that are played in the application running on iphone but not record surrounding sounds from mic. So please help me how to perform internal audio recording
1
vote
0answers
46 views
Get the fundamental frequency and converting it into RPM
I really need help. I searched over 13 hours for this but I didn't find something helpful
I have been working on an Android project for a while that displays the fundamental frequency of an input ...
0
votes
1answer
78 views
Corona SDK - Can you change the device's volume setting or at least get the device's volume setting
Corona SDK has apis like audio.setVolume and audio.setMaxVolume and audio.getVolume
But it seems as though these do nothing more than change the maximum volume in the Corona environment or get the ...
0
votes
0answers
20 views
Using Matt Gallagher AVAudio Player, I want to play a file from the local directory
I have been successfully using Mat Gallagher's AVAudio player to play network audio streams. I have modified it to get Meta Data to display playing song and artist.
Now, I added some additional code ...
0
votes
1answer
37 views
Measure noise in android
I am able to detect voice with the help of voice recognition in android but want to measure the intensity of voice and after measuring intensity perform another task accordingly.
I am doing as ...
0
votes
1answer
72 views
Remove noise from audio sample record using audiorecorder
I am making TalkingTomcat like app. I am recording voice using android audio recorder and using libsonic I am playing sound by changing pitch. but during playing sound it give a lot of noise.
Even i ...
0
votes
0answers
55 views
how to record a audio clip in phone gap app
I am recording audio in phone gap using following code it call functions but it does not record audio here is my code i have found this code for playing audio from forum but it is not working on ...
0
votes
0answers
72 views
Jack ringbuffer
I have a problem with jack_ringbuffer, when the jack ringbuffer is full it does not get any more new data. I want to ring bufer when it will release full of old data and new data received.
I using ...
4
votes
1answer
116 views
Automated aligning audio tracks with timings for dubbing screencasts
We have a some screen casts that need to be dubbed to various languages for which we have textual script for the target language as shown below:
Begining Time Audio Narration
0:0 blah ...
0
votes
0answers
76 views
Analyse AudioTrack on Android (Alternatives to Visualizer)
I want to analyse the recorded microphone-sound of my Android application.
Unfortunately the Visualizer is only able to work on an AudioTrack that is currently being played back. Currently I'm ...
0
votes
2answers
163 views
How to record sound in mp3 format in iPhone [duplicate]
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 solution
I found AVRecorder wont ...
0
votes
0answers
33 views
In Android---Audio Record Response is not Called
Any one help me for audio record and save path in onActivityResult.
Intent can open Record Screen and Record Successful but when i pressed back button its not called onActivityForResult;
My code is ...
0
votes
0answers
125 views
unable to play audio recordings on android using phonegap 2.4
im trying to record an audio file using Media object in phonegap and then play it. i have no problem recording, but then when i try to play it my app shuts down, both on my emulator and my device. on ...
2
votes
1answer
143 views
Upload audio recorded in browser using html5
I'm a newbie to HTML, Javascript and company, so please forgive me for asking a perhaps obvious question.
I'd like to build a webapp where users can upload audio plus some information about ...
0
votes
1answer
86 views
Recording voice calls in android
I want to make an app that records incoming and outgoing calls. I am using the media recorder to do so and also I am using service/broadcastreceiver to detect phone state change. I have set the audio ...
-4
votes
1answer
101 views
How can I play music continue in other iOS app when I record audio complete in my app? [closed]
How can I play music continue in other iOS app when I record audio completely in my app?
0
votes
0answers
75 views
How to record desktop phone calls using java or C#
I want to develop a customer service call center application that mainly keeps record of every phone call (incoming or outgoing) from my land line phone.
I don't have the clue of developing the ...
0
votes
1answer
44 views
Rec Linux command on mac os x
I am currently working with python and modifying/expanding a script from linux to mac. Currently the script uses the command rec on linux to record audio, I am trying to find an equivalent on Mac OsX ...
0
votes
0answers
15 views
How can I capture a specific user session's audio on Windows?
I'd like to capture audio on Windows. But through WASAPI I can only capture all the audio that comes out from the sound card, while my task is to capture the specific user session's sound, or the ...









