![]() |
|
AVAudioPlayer: AddRunningClient starting device on non-zero client count - Printable Version +- iDevGames Forums (http://www.idevgames.com/forums) +-- Forum: Development Zone (/forum-3.html) +--- Forum: Game Programming Fundamentals (/forum-7.html) +--- Thread: AVAudioPlayer: AddRunningClient starting device on non-zero client count (/thread-8439.html) |
AVAudioPlayer: AddRunningClient starting device on non-zero client count - sefiroths - Dec 19, 2010 01:42 PM as title topic, i have made a project following this tutorial: http://mobileorchard.com/tutorial-detecting-when-a-user-blows-into-the-mic/ but this error appear when this line is trying to execute: [recorder record]; i have no other AVAudioRecorder in project why this error appear? thanks RE: AVAudioPlayer: AddRunningClient starting device on non-zero client count - AnotherJake - Dec 19, 2010 01:45 PM In the Simulator? It's just a bug in the API. You can ignore it. RE: AVAudioPlayer: AddRunningClient starting device on non-zero client count - sefiroths - Dec 20, 2010 04:17 AM yes in simulator, but the program crashes and i can't test it... i thought that the line [recorder record]; made it crashes, but sometimes crashes even before... how can i know why the program crashes? the console doesn't display anything interesting... |