5 | | I doubt that that is the cause. The application is supposed to send the sound data in the format that the device driver can process. I think it sends the wrong format to the usbaudio.sys device driver. May be it is because I added the following line in MMPM2.INI for the USB Audio adapter: |
6 | | EXTNAMES=7,WAV,_AU,VOC,AU,SND,AIF,IFF |
7 | | Without that line it was not possible to play e.g. the cuckoo.wav file at all. There were no system sounds. I seem to recall that only the audio files recorded from the headset could be played back. I'll have to test this more... |
| 5 | I doubt that that is the cause. The application is supposed to send the sound data in the format that the device driver can process. I think it sends the wrong format to the usbaudio.sys device driver. |