iphone - Audio will play in 3.2 sim but not in 4.x -


this streaming audio app play in 3.2 simulator, not in 4.x sim or 4.1 iphone. console logs follows:

 4.0 sim  gdb configured "x86_64-apple-darwin".attaching process 13237. [switching process 13237] 2010-11-15 19:54:49.606 issues[13237:1c07] addrunningclient starting device on non-zero client count 2010-11-15 19:55:16.220 issues[13237:6307] aqmeio_base::dostartio: timeout 2010-11-15 19:55:16.498 issues[13237:6307] aqmedevice::startio: error -66681 2010-11-15 19:55:16.499 issues[13237:6307] ca_uisoundclientbase::startplaying: addrunningclient failed (status = -66681). 2010-11-15 19:55:46.499 issues[13237:1c07] aqmeio_base::dostartio: timeout 2010-11-15 19:55:46.777 issues[13237:1c07] aqmedevice::startio: error -66681 2010-11-15 19:55:46.778 issues[13237:1c07] audio queue start failed. err: ˇ˛˚á -66681 [switching process 13237]  4.1 device  gdb configured "--host=i386-apple-darwin --target=arm-apple-darwin".tty /dev/ttys001 target remote-mobile /tmp/.xcodegdbremote-11399-40 switching remote-macosx protocol mem 0x1000 0x3fffffff cache mem 0x40000000 0xffffffff none mem 0x00000000 0x0fff none [switching thread 11523] [switching thread 11523] sharedlibrary apply-load-rules [switching thread 13059] [switching thread 11523] 

if makes feel better, have had exact problem couple weeks no solution in sight. think occurred when upgraded ipad 4.2 not sure. still able use 3.2 simulator music app testing, have been making app universal , there no way test iphone code on simulator.

edit: fixed it!!

the other google search result error led me poke around in audio settings. have blackmagic intensity pro hdmi capture card , set audio input device. changed "line in" or whatever, restarted mac, , simulator worked again!

i messing around audio output settings, it's hard know sure solved it, key is: mess around audio settings, restart mac , cross fingers.

one more edit: had same problem occur webcam on other, work computer. changed audio input of web cam line in, , worked again. how more people not seeing this?


Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

html - Instapaper-like algorithm -

c# - How to execute a particular part of code asynchronously in a class -