Tagged Questions
6
votes
2answers
408 views
Is it possible to use AVAssetReader to get back a stereo channel layout?
I'd like to be able to get back AudioBufferList from AVAssetReader which has 2 buffers so that I can process the left and right audio through an AudioUnit. I tried using the output settings below but ...
6
votes
3answers
939 views
What's the difference between all these audio frameworks?
In the documentation I see several frameworks for audio. All of them seem to be targeted at playing and recording audio. So I wonder what the big differences are between these?
Audio Toolbox, Audio ...
2
votes
1answer
169 views
Audio CMSampleBuffer format
What is the data stored in CMSampleBuffer when using AVCaptureAudioDataOutput? It delivers CMSampleBuffers via delegate method –captureOutput:didOutputSampleBuffer:fromConnection: but what's inside ...
2
votes
1answer
1k views
How do you add to an AudioBufferList with an AVAssetReader?
I have been working on reading in an audio asset using AVAssetReader so that I can later play back the audio with an AUGraph with an AudioUnit callback. I have the AUGraph and AudioUnit callback ...
2
votes
4answers
650 views
Is it possible to record iPhone calls with the latest iOS SDK 4.2?
Hi is it possible to record the audio stream during a voice call with any of the tools the latest ios sdk provides: AVFoundation, Core Audio, etc.?
If it is possible is there any documented way to do ...
2
votes
0answers
357 views
iPhone SDK: How to normalize audio playback using AVAudioPlayer?
I'm doing some testing with AVAudioPlayer and notice that the audio is very low. Some apps, like Audio Memos Free, has an option to "auto normalize" playback volume and this results in a significantly ...
2
votes
1answer
1k views
Determine Number of Frames in a Core Audio AudioBuffer
I am trying to access the raw data for an audio file on the iPhone/iPad. I have the following code which is a basic start down the path I need. However I am stumped at what to do once I have an ...
1
vote
1answer
544 views
AVAssetReader reads audio, then fails
My app reads audio and plays it back in a producer / consumer setup. The consumer thread requests new samples to render to hardware. The producer thread reads audio data from disk into its buffer ...
0
votes
0answers
46 views
ExtAudioFileGetProperty failing
I am exporting an iPod song to the documents directory of my application using AVFoundation. Then when the file is done exporting I open the file using AudioToolbox, extended audio services in ...
0
votes
0answers
169 views
Syncing Core Animation With Audio
I'd like to be able to synchronize audio playback with Core Animation - for example, play a sound that's synchronized with the end of an animation. In this example, simply playing the sound (using ...
0
votes
1answer
119 views
How to stop Repeated Audio play in Audio Mixer (MixerHost) for iOS
I have got Audio Mixer(MixerHost) sample code from Apple iOS. This code is working fine.
It is playing the sample Audio files continuously. Can you tell me how to stop my Mixer code to stop after ...
0
votes
2answers
541 views
audioplayerdidfinishplaying problem! iphone sdk
After a sound has finished, another sound could play...but in this code sounds are mixing...How can I fix it?
-(IBAction) ... {
for ( ...) {
if (compare(Output, N1)) {
songPath = ...
0
votes
2answers
382 views
How can I change the recorded voices into fun voices in iPhone?
I have seen some iPhone apps in which recorded voices are made into fun voices. Is it possible to programmatically change recorded voices into fun voices using an iOS library?
I found some app like ...