On Mon, May 07, 2007 at 02:34:43AM +0200, frantisek holop wrote: > i was wondering if poeple have working sound inside qemu>windows.. > i see the sdl dependency but with -soundhw es1370 i am getting > oss errors on the console everytime the soundcard is touched.... If you were to issue "$ qemu -audio-help" you would see a list of environment variables you can set for sound emulation. This is separate from the sound hardware modules which are set with -soundhw.
e.g.: $ env QEMU_AUDIO_DRV=sdl qemu -soundhw sb16 ...