mirror of
https://github.com/reactos/reactos.git
synced 2024-11-18 21:13:52 +00:00
6ef7b67615
Revert my last dsound fix, because it does not fix the actual problem with audio formats support. It only makes the situation worse. It prevents the error when creating an audio stream, but the sound is not playing correctly, both in ReactOS and Windows (with our dsound.dll). Without this fix, it works perfectly on Windows, but does not in ROS.
In particular, the sound is not playing properly in AIMP 4.71 with other audio formats besides default (44100 Hz, 16 bit, stereo). And any other apps which request these audio formats may be also affected as well.
Force the status back to failure, because otherwise the badly required code is not executed at all.
I've made a more correct fix(es) in other audio component(s) instead and will submit them if further PRs.
This reverts commit
|
||
---|---|---|
.. | ||
buffer.c | ||
capture.c | ||
CMakeLists.txt | ||
dsound.c | ||
dsound.spec | ||
dsound_classes.idl | ||
dsound_classes.rgs | ||
dsound_convert.c | ||
dsound_main.c | ||
dsound_private.h | ||
duplex.c | ||
guid.c | ||
mixer.c | ||
primary.c | ||
propset.c | ||
sound3d.c | ||
version.rc |