avaudioengine Questions
2
Background - I saw a video titled "AVAudioEngine in Practice" from the following list of videos published at Apple's recent WWDC to apply sound effects to an audio.
https://developer.apple.com/vide...
Misha asked 15/8, 2014 at 19:44
1
Solved
I have an app in which I use AVAudioEngine for playing files from the local file system by using AVAudioPlayerNodes and AVAudioFiles. This works perfectly fine.
Now I would like to enable my setup...
Agglutinate asked 16/6, 2015 at 8:41
2
Solved
I'm trying to generate a spectrogram from an AVAudioPCMBuffer in Swift. I install a tap on an AVAudioMixerNode and receive a callback with the audio buffer. I'd like to convert the signal in the bu...
Armistead asked 1/10, 2015 at 15:10
2
Solved
I've been playing around with Apple's shiny new AVFoundation library, but so far I've unable to set the input or output devices (e.g. a USB sound card) used by an AVAudioEngine, and I can't seem to...
Equality asked 28/2, 2015 at 11:40
1
I have an audio file that I want to process using some effects (like pitch effect) and then write the final result to a file.
Before I process the file and save it to disc I let the user play with...
Unconscious asked 16/8, 2015 at 14:19
1
I am working on an iOS app that uses AVAudioEngine for various things, including recording audio to a file, applying effects to that audio using audio units, and playing back the audio with the eff...
Borrowing asked 6/6, 2015 at 4:56
0
Currently, I am trying to change the time pitch of an existing audio file from the Document folder, then override the old file with the modified one using AVAudioEngine. I have got the first part w...
Maseru asked 12/3, 2015 at 14:13
1
Solved
I want to process the audio from my device's built-in microphone (AVAudioInputNode) with an audio unit effect (AVAudioUnitEffect). For my example, I'm using AVAudioUnitReverb. Connecting AVAudioUni...
Rhinology asked 4/2, 2015 at 21:7
2
Solved
I'd like to connect my electric guitar to my app. I have hardware (the Line6 Sonic Port) that passes the audio from my guitar into my iPhone. I've figured out how to get audio playing out to my hea...
Springtime asked 22/1, 2015 at 5:1
© 2022 - 2024 — McMap. All rights reserved.