- 10 Mar, 2021 17 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Calling consume_all() is illegal in the producer thread.
-
Max Kellermann authored
Fixes bogus Delay() results at the start of playback, because Delay() thinks the output is paused.
-
Max Kellermann authored
-
Max Kellermann authored
Fixes a bogus assertion failure (which can now be removed).
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Instead of generating silence, do nothing, don't waste CPU time.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
This code is complicated - and broken: the producer thread is not allowed to call consumer methods. Also the code is not necessary because this plugin implements Interrupt().
-
Max Kellermann authored
OpenDevice was a confusing name because it does not actually open a device.
-
Max Kellermann authored
-
- 08 Mar, 2021 23 commits
-
-
Max Kellermann authored
Postpone the Start() call until there is something to be played.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
This finishes problems which occur early in the WasapiOutputThread; previously, the error was ignored and the output blocked forever without doing anything (and without reporting the error).
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
This is duplicate; this has already been done in Close().
-
Max Kellermann authored
-
Max Kellermann authored
This is pointless; the method cannot be called again anyway.
-
Max Kellermann authored
It is pointless to let WasapiOutputThread wait for the CheckException() call.
-
Max Kellermann authored
If an exception has been caught, the method cannot continue playback, therefore it doesn't make sense to have the "catch" block inside the "while" block (and not break the loop after catching an exception).
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
The current Drain() implementation does what Cancel() should do; it does not wait for completion, but instead discards the buffer.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-