-
Notifications
You must be signed in to change notification settings - Fork 292
Portaudio does not work on some chipsets #42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
same problem hear tim@tim-All-Series:~/digital_speech/dsd/build$ ./dsd -a PortAudio version number = 1899 Default sample rate = 44100.00tim@tim-All-Series: |
Same problem :-(
|
Same here :( ALSA lib pcm_dmix.c:1022:(snd_pcm_dmix_open) unable to open slave |
Same here. It also shows a sample rate of 44100.00 for some reason, even though it's 96k default and 48k fallback. Might be a PA issue tough. Anyway, I just set SAMPLE_RATE_OUT to 48k as well for now. |
Same issue here. @idl0r what did you do to set SAMPLE_RATE_OUT to 48k? |
I don't remember, sorry. |
you need to modify line 47 in include/dsd.h in cloned repository and build again |
My guess is newer chipsets can't go down to 8000 natively. Will probably have to look up the native resolution of the device and upsample in the wrapper.
The text was updated successfully, but these errors were encountered: