0
votes
0answers
14 views
how to combine user voice and curently playing audio in iphone sdk?
Hello all,
I want to create a karaoke like application.First tell me is it possible or not.
How do i combine two sounds? suppose i am playing instrumental and want to record my voi …
1
vote
1answer
20 views
Audio streaming from iPhone to a server?
How can I stream the audio recorded from iPhone to a server continuously? Am I really have to use RTP? Any other suggestions?
Thanks.
0
votes
1answer
86 views
On Linux with command line, how do I record /dev/dsp?
I'm trying to tee what comes through /dev/dsp into an MP3 (or WAV or Ogg, but MP3 would be more preferable).
On Ubuntu Linux 8.04 LTS Desktop, I've tried tools like sox and lame a …
1
vote
2answers
190 views
Improve Android Audio Recording quality?
Hi,
is there any possibility to make audio recording with higher quality?
And how can I read information that User is saying something? In Audio Recording application you can see …
0
votes
1answer
62 views
Recording and saving sounds from applications?
I Would like to make an appliaction in c# (or vb.net) that records every sound that comes out from the speakers when i tell it to, and when im finished i want to push a button and …
0
votes
3answers
34 views
I need to develop a project involving hardware which should also work the same on Windows as well as Macs. Whats the way forward?
Whats the best approach (read painless) that I could take?
Primarily, the application needs to record the webcam video + mic recording on the disk and compress the video using ffmp …
0
votes
2answers
25 views
How to do sound recording through a web?
Then save it at server side,is it possible?
0
votes
1answer
99 views
Android. How to Do Audio Recording with High Volume?
Hi,
I will describe briefly my trouble with audio recording.
So, I am doing audio recording using MediaRecorder, but unfortunately when I playback the recorded audio, I have medi …
0
votes
2answers
540 views
Record AVAudioPlayer output using AVAudioRecorder
In my app the user plays a sound by pressing a button. There are several buttons which can be played simultaneously. The sounds are played using AVAudioPlayer instances. I want to …
0
votes
0answers
105 views
Both using , recording from microphone and playring ipodmusic.
I would like to recording from microphone and playing i-pod library music at the same time.
so i try to code like this .
-( void ) SetUpAudioSession{
// getting mpobject
MPMu …
1
vote
0answers
97 views
Remove noise from a recording [closed]
Folks,
I used to record important technical meetings and demos using Camtasia Studio, I use a Mic to capture the speaker voice.
Sometimes we invite attendees by asking them to ca …
0
votes
0answers
115 views
iPhone SDK Smaller CAF files: lower recording quality with Audio Queues?
In my iPhone app I have voice recording functionality the utilizes Audio Queue voice recording functions of the SDK. I'm saving directly to CAF format and using the following setti …
0
votes
1answer
24 views
Efficient way to produce many small recordings and connect it to database.
For a language course I need to record many sentences and words separately.
Ideally I would click on a button next to the written sentence in my database (e.g. MS Access or MySQL) …
0
votes
1answer
61 views
Is recording audio allowed in XAML Browser Applications
Hi all,
I am searching ways to perform audio recording from the client's computer. I have stumbled upon XAML Browser Applications - XBAPs, and I want to make sure, is it possible t …
0
votes
1answer
169 views
Delay when using AudioQueueStart()
I am using the Audio Queue services to record audio on the iPhone. I am having a latency issue though when starting recording. Here is the code (approx):
OSStatus status = AudioQu …
