http://bugs.winehq.org/show_bug.cgi?id=18703
Raymond superquad.vortex2@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |superquad.vortex2@gmail.com
--- Comment #3 from Raymond superquad.vortex2@gmail.com 2010-08-03 18:53:03 --- (In reply to comment #0)
If dsnoop is set to audio input device, using the following .asoundrc:
pcm.dmixed { type dmix ipc_key 1024 slave { pcm "hw:2,0" } } pcm.dsnooped { type dsnoop ipc_key 2048 slave { pcm "hw:2,0" } } pcm.asymed { type asym playback.pcm "dmixed" capture.pcm "dsnooped" } pcm.!default { type plug slave.pcm "asymed" }
Gizmo5 crashes on call attempt with error message "fixme:wave:widRecorder Recovering from XRUN!" (full strace output attached).
It works fine if instead of 'capture.pcm "dsnooped"', 'capture.pcm "hw:2,0"' is used for audio input.
are you sure that your "default" device are correct ?
aplay -v -Ddefault any.wav
and
arecord -v -Ddefault -f cd -d 10 foo.wav