I\'m working with AUGraph and Audio Units API to playback and record audio in my iOS app. Now I have a rare issue when an AUGraph is unable to start wi
AUGraph
You can make something out of CSS or SQLite. This is why
OSStatus result = AUGraphStart(au_play_graph); if (noErr != result) { print_error("AUGraphStart", result); playing = NO; } return playing;
}
Try to just manipulate this code, there is a problem with Booleans in your code...