Skip to content
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

Internal PortAudio error 9986 #106

Open
yann44 opened this issue Dec 26, 2020 · 1 comment
Open

Internal PortAudio error 9986 #106

yann44 opened this issue Dec 26, 2020 · 1 comment

Comments

@yann44
Copy link

yann44 commented Dec 26, 2020

Hi there,

I've got an issue when I try to launch the software.
I did a complet install with the last version (include cmake #103).
Install is ok (MacBook Air with Big Sur 11.1)
But, when the command: did -I pa:3 -o pa:1 -fa, here is the result (with dad -a before):

"

yann@MacBook-Air-de-yann ~ % dsd -a
Digital Speech Decoder 1.7.0-dev (build:v1.6.0-92-g290a220)
mbelib version 1.3.0

PortAudio version number = 1246720
PortAudio version text = 'PortAudio V19.6.0-devel, revision 396fe4b6699ae929d3a685b3ef8a7e97396139a4'
Number of devices = 4
--------------------------------------- device #0
[ Default Input ]
Name = Built-in Microphone
Host API = Core Audio
Max inputs = 2, Max outputs = 0
Default sample rate = 96000.00
--------------------------------------- device #1
[ Default Output ]
Name = Built-in Output
Host API = Core Audio
Max inputs = 0, Max outputs = 2
Default sample rate = 48000.00
--------------------------------------- device #2
Name = Loopback Audio
Host API = Core Audio
Max inputs = 2, Max outputs = 2
Default sample rate = 48000.00
--------------------------------------- device #3
Name = VB-Cable
Host API = Core Audio
Max inputs = 2, Max outputs = 2
Default sample rate = 48000.00

yann@MacBook-Air-de-yann ~ % dsd -i pa:3 -o pa:1 -fa
Digital Speech Decoder 1.7.0-dev (build:v1.6.0-92-g290a220)
mbelib version 1.3.0
Initializing portaudio.
Using portaudio device 1.
Name = Built-in Output
||PaMacCore (AUHAL)|| Error on line 1316: err='-66748', msg=Unknown Error
An error occured while initializing a portaudio stream
Error number: -9986
Error message: Internal PortAudio error

"

Do you know how to fix this issue?

Thanks a lot for your help,
Yann

@marcingalus
Copy link

marcingalus commented Mar 31, 2021

Assuming you installed portaudio via homebrew, this is the solution:

brew uninstall --ignore-dependencies portaudio

brew install portaudio --HEAD

This will fix this error on MacOS Big Sur

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants