Questions tagged [augraph]
18 questions
0
votes
1 answer
AUGraph playback of aac->pcm converted audio stream sounds choppy on iPhone7plus but not iPhone6
I have built an AUGraph with an AUMixer and the audio playback sounds awful when playing out the stream through the callback on iPhone7plus. You can hear the audio and what is being said but it is very scratchy. If I build and run on my iPhone6…

theprojectabot
- 1,163
- 12
- 19
0
votes
1 answer
Multiple buses routed to different group mixer makes them to share variables in a Render Callback
I had a render callback with 20 buses synchronized and routed to a same mixer but now I need to apply effects to some of these 20 buses, so now, they are divided into groups of 5.
So now, I have 20 buses divided into 4 groups.
Buses 0-4 -routed to…

Fischer
- 1,513
- 4
- 17
- 38
0
votes
1 answer
AUGraph Sine wave is corrupt
I have the following AUGraph code that connects a SineWave Generator to a multichannel mixer, to an output device, this is ok, however, when you play, the tone generated seems to be corrupt...it's almost there, but something is wrong.
Any…

Chris
- 2,739
- 4
- 29
- 57