Changes between Version 2 and Version 3 of Ticket #93, comment 12
- Timestamp:
- Jan 30, 2021, 6:25:28 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #93, comment 12
v2 v3 9 9 Please note for 5) that it is irrelevant if you play with UNIAUD or with a USB device. If the system gets confused and thinks the stream is still not properly terminated, it will attempt to create a new one but that obviously leads to the effect that then that new stream will not terminate. 10 10 11 I will now also write a quick hack tool so that you will be able to terminate a stream with this tool. If that then fixes the hang, that proves that there is a problem with stream creation and termination. That is not really a bug in the driver. But it could mean that I will need to modify the driver that if a device is detached while a sound is still playing that then, a stream termination call will need to be issued . The driver cannot do that but the VSD (USBAUD.IF) could. I already have a plan.11 I will now also write a quick hack tool so that you will be able to terminate a stream with this tool. If that then fixes the hang, that proves that there is a problem with stream creation and termination. That is not really a bug in the driver. But it could mean that I will need to modify the driver that if a device is detached while a sound is still playing that then, a stream termination call will need to be issued which also means that it is impossible for another device to take over and continue playing the stream. The driver cannot do that termination call but the VSD (USBAUDIF.DLL) could. I already have a plan. 12 12 13 13