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
[chuck]: RtApiDs::getDeviceInfo: device ID is invalid!
So for some sample rates with the realtek device on the default directsound audio driver it's able to find the device and some it can't.
Here's this list of valid and invalid sample rates on my dell xps:
[chuck]: 4000 Hz - bad
[chuck]: 5512 Hz - bad
[chuck]: 8000 Hz - bad
[chuck]: 9600 Hz - bad
[chuck]: 11025 Hz - good
[chuck]: 16000 Hz - bad
[chuck]: 22050 Hz - good
[chuck]: 32000 Hz - bad
[chuck]: 44100 Hz - good
[chuck]: 48000 Hz - bad
[chuck]: 88200 Hz - bad
[chuck]: 96000 Hz - good
[chuck]: 176400 Hz - bad
[chuck]: 192000 Hz - bad
setting --driver:wasapi fixes this
The text was updated successfully, but these errors were encountered:
chuck --srate48000 --dac:"Headphones (Realtek(R) Audio)"
results in the following error message:
[chuck]: RtApiDs::getDeviceInfo: device ID is invalid!
So for some sample rates with the realtek device on the default directsound audio driver it's able to find the device and some it can't.
Here's this list of valid and invalid sample rates on my dell xps:
setting
--driver:wasapi
fixes thisThe text was updated successfully, but these errors were encountered: