avaudiofile Questions
5
I Cannot play sound with AVAudioPCMBuffer (though I could play with AVAudioFile).
I got this error.
ERROR:
AVAudioBuffer.mm:169: -[AVAudioPCMBuffer initWithPCMFormat:frameCapacity:]: required cond...
Amos asked 31/10, 2014 at 8:58
3
Where could I get the information of com.apple.coreaudio.avfaudio error codes, such as:
Terminating app due to uncaught exception 'com.apple.coreaudio.avfaudio', reason: 'error -50'
I always g...
Scotticism asked 13/7, 2017 at 7:32
1
We're working on an application which records and persists microphone input. The use of AVAudioRecorder was not an option, because real-time audio processing is needed.
AVAudioEngine is used becau...
Thornberry asked 31/8, 2018 at 8:31
1
Solved
Let's say I have an AVAudioFile with a duration of 10 seconds. I want to load that file into an AVAudioPCMBuffer but I only want to load the audio frames that come after a certain number of seconds...
Gregg asked 25/9, 2017 at 20:21
2
Solved
I've been looking around Swift documentation to save an audio output from AVAudioEngine but I couldn't find any useful tip.
Any suggestion?
Solution
I found a way around thanks to matt's answer.
H...
Johppa asked 8/5, 2015 at 15:10
0
I'm using AVAudioEngine to record audio, and saving it as a sound file.
The user can choose to import an audio file, and they can then continue to record at the end of this file if they wish to. I...
Thresher asked 8/2, 2016 at 18:20
1
Solved
I am getting strange behaviour with AudioFileReadPackets since it's been deprecated in iOS 8.
How should it be replaced?
Jawbreaker asked 3/7, 2015 at 15:47
1
© 2022 - 2024 — McMap. All rights reserved.