Questions related to audio recording in applications. For voice recording issues, use [voice-recording] tag.

learn more… | top users | synonyms

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
16 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 ...
0
votes
0answers
20 views

Android Audio Recording and overlaying

I need to record audio and could have a different background music to record upon. For example : I would like to record music over smooth music selected by the user. Is it possible ?
1
vote
0answers
102 views

Audio signal differences between files and recording from a microphone

I am working on developing a speech emotion recognition system for live recordings. I am using the OpenSMILE library for feature extraction. I have collected a set of audio files containing different ...
1
vote
1answer
227 views

IMediaDeathNotifier: media server died

recently i came across this question but have no clue. I want to use "mediarecorder" record 720P video stream and send it to server in realtime. Here is my code: try{ soc = new ...
2
votes
1answer
221 views

Record video of any application installed/running in android

Android Smartphone/Tablet (2.3 and above): How can I capture a video and audio of an application? I need to record and save movie of my running application. I know about DDMS, but it takes only ...
0
votes
2answers
90 views

How to record audio on Android without crash?

I'm developing on a Nitro HD with Gingerbread. I want to record audio and I experience an infinite hang while calling MediaRecorder.stop(). I know that my phone can record sound because I have an ...
0
votes
1answer
55 views

Is there anyway to record sounds(play with SoundPool)?

I am developing an application with some buttons in it. When a button touched, the application play a sound with SoundPool method. Is there anyway to record the sequence of sounds that user plays and ...
1
vote
0answers
203 views

How do I get most accurate audio frequency data possible from real time FFT on android?

So I'm trying to build an android app which acts as a real time audio analyzer as a precursor to a project that will involve detecting and filtering out certain sounds. So I think I've got the basics ...
0
votes
1answer
39 views

Android check if using intent RECORD_SOUND_ACTION is available on device

I use sound recording using Intents. On one my device RECORD_SOUND_ACTION is not accessible. How can I check if RECORD_SOUND_ACTION is available on device ? I use this part of code Intent intent = ...
0
votes
1answer
62 views

iOS framework for manipulating sound file

I want to convert a recorded sound file to another data format or a graph which can be comparable/manipulatable with another file of same data format. May be some type of Fourier transform . Does iOS ...
0
votes
0answers
120 views

Recording with JACK

I have a project using jack with ASIO4ALL to record the previous audio 20 seconds(such as 20 s when pressing a key), I don't know how to create a buffer to save previous data. I think using the ...
0
votes
1answer
74 views

how to check audio file is finished playing in android

I am developing a sound recording app for android. The problem I am facing is that I want to know when the sound file that is being played finishes and I do not know how to check. There is ...
0
votes
3answers
235 views

get duration of audio file

I have made a voice recorder app, and I want to show the duration of the recordings in a listview. I save the recordings like this: MediaRecorder recorder = new MediaRecorder(); ...
1
vote
0answers
129 views

getting error code 20 with AudioRecord instance

I am developing an android application that records through MIC and changes its frequency. Similar to Helium booth app for iphone. For the time being i have written code to record a file and save it ...
2
votes
0answers
173 views

how can i change frequency of recorded sound in android

I am developing an android application that records through MIC and changes its frequency. Similar to Helium booth app for iphone. For the time being i have written code to record a file and save it ...
1
vote
0answers
44 views

Basic understanding of AudioRecording

I have a problem calculating the time for each frame when recording using AudioRecord. So if someone can be a bro and explain the basics that would be greatly appreciated. What does the following ...
0
votes
0answers
32 views

Suggestions : Recording the audio-unclear

I followed almost all related post on SO. What I am trying to do is just recording the voice from a microphone(using Java sound API). When I record the voice, it's noisy and also a lot of ...
1
vote
2answers
221 views

How to change audio recording settings to 16Khz and 16 bit when we record audio?

I have the settings shown below. I want change audio recording settings to 16Khz and 16 bit when we record audio. NSArray *dirPaths; NSString *docsDir; dirPaths = ...
0
votes
0answers
67 views

Why does Android AudioRecord initialization fail?

I used following Tutorial to make a sound recording app: When I start it on my test device (LG P970 Optimus Black) I get an error code: Error creating AudioRecord instance: initialization check ...
2
votes
1answer
291 views

AVAudioSession / Audio Session Services switching output (SOLVED)

Okay, I have my AVAudioSession defined with the following (yes, mix of the c and obj-c calls) Also note that the app has background mode audio, because if recording it must continue to do so while ...
0
votes
1answer
88 views

How to record the app's sounds via phone

I do have an app, which makes some sounds. Lets to say similar to soundboard. So, I want to record the output of my app, and then play it back. I looked over MediaRecorder but I have to show a source ...
0
votes
1answer
261 views

How to play an audio if we pass NSData?

I converted this path (file://localhost/var/mobile/Applications/8F81BA4C-7C6F-4496-BDA7-30C45478D758/Documents/sound.wav) which is an audio file i.e, recorded. I am converting this path to NSData. ...
0
votes
1answer
98 views

Loop While button down in Tkinter, Python

I'm coding a voice recording application and i want to start the recording when the user pushes a button in Tkinter, and stop the recording when the user releases the button... Like PTT. # -*- ...
0
votes
3answers
184 views

What I did is correct or not? When I send an audio file to server in NSData

I am recording audio in a .wav format and converting the .wav1 file to NSData and sending to server. Recorded path is: ...
0
votes
0answers
219 views

How to record/capture audio from any input or program in Java?

I'm working on a little science project, and I really want to record audio from an audio input and a program running on my computer, how to do this in Java? It would be awesome if the bit rate for ...
1
vote
1answer
106 views

i want the size for 5 minutes 300kb for an audio file

I am attaching what I implemented to record the data, it is saving in .wav formate, But my problem is that file is taking too much of size (i.e for 10 seconds it is taking 86kb), I want the size for ...
2
votes
0answers
147 views

how to save recorded sound in c#?

I'm recording sound in c#, but not able to save it... Please have a look at this part of the code: private void Stop() { if (m_Player != null) try { ...
0
votes
0answers
31 views

Animation based on a changing value?

I am trying to create an animation using a UIImageView and a changing value generated from the AVAudioReocorder metering class. So far I am trying to run a while loop within a thread to update the ...
0
votes
1answer
61 views

Calculate the elapse time from AudioRecord

How do we calculate the elapsed time from AudioRecord? What I am trying to do is similar to this PDF of "figure 5(Second graph)". To further explain myself I am getting the voice of a person in real ...
0
votes
0answers
86 views

Obtain the result ByteArray of the current playing sounds

I am developing an AIR application for desktop that simulate a drum set. Pressing the keyboard will result in a corresponding drum sound played in the application. I have placed music notes in the ...
0
votes
2answers
142 views

MediaRecorder - record calls application

im trying to develope application that recording calls. when im recording the output sound sounds very wired - electronic sounds instead the other person voice. here is my code: public class ...
1
vote
1answer
241 views

Adding echo to recorded audio

I have recorded my own voice in Matlab and I intend to add some echo to it.I came up with one solution for getting the desired echo effect: Delay the sampled audio in the time domain and adding it ...
0
votes
1answer
93 views

Objective - C, how do I crop .caf file?

I've recorded sound into .caf file using AVAudioRecorder. I want to cut/trim first 2 seconds of this file. How to do that? (I've spent hours to find the solution, but no luck)
1
vote
0answers
59 views

AudioRecord Input Gain

I'm using AudioRecord to record an input from a 4-conductor audio jack. The problem is that the input is too loud and causes the signal to clip. I was wondering if anyone knew of a way that I could ...
3
votes
1answer
171 views

How convert audio raw to flac

I recording audio with class audoiRecord. Now I want convert audio raw file to *flac format. I convert *raw file to wav next way: private void copyWaveFile(String inFilename,String outFilename){ ...
2
votes
3answers
105 views

Audio feedback issue in an iphone application

There is a real time audio app for iphone, that adds some effects (reverb, delay, etc.) to input sound and plays it back. So I'm having a classic amplified audio loop issue. You probably are familiar ...
0
votes
0answers
36 views

Filter used in AudioSource.VOICE_RECOGNITION

What is the filter used when the android audio source is set to AudioSource.VOICE_RECOGNITION?
0
votes
0answers
54 views

linux audio programming

Is the captured audio will be in g711 encoded format if I set audio device parameter as sample rate 8000, format AFMT_MU_LAW and capture?? And also please send me link to download g711 encoded audio. ...
0
votes
5answers
295 views

how to convert audio to “.WAV” format on upload

I am developing one application where the users can upload audio files to the server by using any android version in the mobile. By using in built android voice recorder they can create only .amr ...
0
votes
0answers
127 views

Record desktop screen with webcam using java [closed]

I am creating a screen recorder software using Java. It's like "faststone capture" or "snagit". Almost 80% work has been completed. I want to add a special feature with it. It's for the parents to ...
2
votes
0answers
74 views

Not able to play recorded audio file

I am recording voice using one tutorial and for recording i am using class AudioRecord as i want to show progressbar with some noise level. I am providing file in which the audio data will be stored. ...
0
votes
2answers
145 views

MediaRecorder not recording audio

I am tried to record audio using MediaRecorder: MediaRecorder recorder= new MediaRecorder(); recorder.reset(); recorder.setAudioSource(MediaRecorder.AudioSource.MIC);// ...
0
votes
2answers
29 views

AudioRecord lockup when display rotates

I am using this for some signal processing. It all works fine except when the screen goes off and the display was rotated at the time. Normally screen off just produces an Activity onPause(), but when ...
0
votes
1answer
81 views

ios , get float level mic updateMesters when mic is recording audio

here is my code for recording now how can get the level sound input in mic by sample UIlable float number i think i will use this function but how can i use this in rec.h & rec.m file ...
0
votes
0answers
82 views

Recording FLAC audio in a Windows Store App

I am writing a Windows Store App (Metro App) in which I need to be able to record sound in the FLAC format. From what I've seen in MS's info ...
0
votes
0answers
146 views

Directshow audio to second pin

I'm trying to add in audio recorded via microphone to my rendered avi from webcam recording, both via directshow. The video recording and rendering is working, but i can't seem to be able to add the ...
0
votes
1answer
84 views

Transmit Live Android Audio without SIP

I am looking to transmit audio in realtime from an Android application I am working on to a server in a way similar to how a baby monitor functions (one way listening). I created a test app that uses ...
1
vote
0answers
157 views

Recording a video with audio using GPUImageMovieWriter without jerkiness at start and end of recording?

I am using GPUImage framework to record multiple videos one after other in close intervals with having various filters enabled in real time using GPUImageVideoCamera and GPUImageMovieWriter. When I ...
0
votes
0answers
85 views

.3gp file is not visible on windows folder

I created an audio recorder for android and save it as a .3gp file. However whenever I try to look at windows explorer mode and the actual drive it is nowhere to be found. My location: private ...

1 2 3 4 5 15