You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that deadbeef won't configure PortAudio correctly when attempting to
output 96khz via WASAPI, leading to an "Invalid sample rate" error from
the PortAudio and playback not starting.
I've tried almost every possible combination of settings between deadbeef and
Windows. Ultimately it only seems to work when the whole chain is set to 44.1khz.
What leads me to think this is a bug in deadbeef is the log entries seem to
indicate that portaudio_setformat is being called with 16bit 44100Hz despite override samplerate being set to 96000.
DirectSound output seems to work fine in all cases but it introduces annoying
click sounds when pausing/playing so I'd prefer to use WASAPI.
Information about the software:
Deadbeef version: 1.9.6 and current nightly release
OS: Windows 10 19045.3570
I also tried using a libportaudio binary built from the latest snapshot
(12-Dec-2023 01:23:02) however this made no difference.
The text was updated successfully, but these errors were encountered:
It seems that deadbeef won't configure PortAudio correctly when attempting to
output 96khz via WASAPI, leading to an
"Invalid sample rate"
error fromthe PortAudio and playback not starting.
Config to reproduce the issue:
For comparison, this is a working configuration using 44.1khz:
I've tried almost every possible combination of settings between deadbeef and
Windows. Ultimately it only seems to work when the whole chain is set to 44.1khz.
What leads me to think this is a bug in deadbeef is the log entries seem to
indicate that
portaudio_setformat
is being called with 16bit 44100Hz despiteoverride samplerate being set to 96000.
DirectSound output seems to work fine in all cases but it introduces annoying
click sounds when pausing/playing so I'd prefer to use WASAPI.
Information about the software:
Deadbeef version: 1.9.6 and current nightly release
OS: Windows 10 19045.3570
I also tried using a libportaudio binary built from the latest snapshot
(12-Dec-2023 01:23:02) however this made no difference.
The text was updated successfully, but these errors were encountered: