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
I believe I'm having an issue with Portaudio. So I've installed everything, have also tried uninstalling and reinstalling.
When I try to change my audio devices for DSD it just hangs, sometimes I get an error. Currently running Big Sur. 11.2.3
List of Audio devices,
[code]unknownax@TomsMacBookPro ~ % dsd -a
Digital Speech Decoder 1.7.0-dev (build:v1.6.0-93-g2debc3e)
mbelib version 1.3.0
PortAudio version number = 1246976
PortAudio version text = 'PortAudio V19.7.0-devel, revision unknown'
Number of devices = 4
--------------------------------------- device #0
Name = MacBook Pro Microphone
Host API = Core Audio
Max inputs = 1, Max outputs = 0
Default sample rate = 44100.00
--------------------------------------- device #1
Name = MacBook Pro Speakers
Host API = Core Audio
Max inputs = 0, Max outputs = 2
Default sample rate = 44100.00
--------------------------------------- device #2
[ Default Input, Default Output ]
Name = Soundflower (2ch)
Host API = Core Audio
Max inputs = 2, Max outputs = 2
Default sample rate = 48000.00
--------------------------------------- device #3
Name = Soundflower (64ch)
Host API = Core Audio
Max inputs = 64, Max outputs = 64
Default sample rate = 48000.00
----------------------------------------------[/code]
What I enter to change audio, it has a new line at bottom which does nothing, apart from sometimes throw an error. I'll post the error when it happens again. I have also tried going into Midi setup for OSX and changing the sample rate for the speakers 0/1 to 48K, and then using "dsd -i pa:2 -o pa:1, or dsd -i pa:0 -o pa:1" but the same thing happens.
[code]unknownax@TomsMacBookPro ~ % dsd -i pa:2 -o pa:2
Digital Speech Decoder 1.7.0-dev (build:v1.6.0-93-g2debc3e)
mbelib version 1.3.0
Initializing portaudio.
Using portaudio device 1.
Name = MacBook Pro Speakers
Audio Out Device: pa:1
Using portaudio device 2.
Name = Soundflower (2ch)
Audio In Device: pa:2
[/code]
Any help is much appreciated.
The text was updated successfully, but these errors were encountered:
Hi,
I believe I'm having an issue with Portaudio. So I've installed everything, have also tried uninstalling and reinstalling.
When I try to change my audio devices for DSD it just hangs, sometimes I get an error. Currently running Big Sur. 11.2.3
List of Audio devices,
[code]unknownax@TomsMacBookPro ~ % dsd -a
Digital Speech Decoder 1.7.0-dev (build:v1.6.0-93-g2debc3e)
mbelib version 1.3.0
PortAudio version number = 1246976
PortAudio version text = 'PortAudio V19.7.0-devel, revision unknown'
Number of devices = 4
--------------------------------------- device #0
Name = MacBook Pro Microphone
Host API = Core Audio
Max inputs = 1, Max outputs = 0
Default sample rate = 44100.00
--------------------------------------- device #1
Name = MacBook Pro Speakers
Host API = Core Audio
Max inputs = 0, Max outputs = 2
Default sample rate = 44100.00
--------------------------------------- device #2
[ Default Input, Default Output ]
Name = Soundflower (2ch)
Host API = Core Audio
Max inputs = 2, Max outputs = 2
Default sample rate = 48000.00
--------------------------------------- device #3
Name = Soundflower (64ch)
Host API = Core Audio
Max inputs = 64, Max outputs = 64
Default sample rate = 48000.00
----------------------------------------------[/code]
What I enter to change audio, it has a new line at bottom which does nothing, apart from sometimes throw an error. I'll post the error when it happens again. I have also tried going into Midi setup for OSX and changing the sample rate for the speakers 0/1 to 48K, and then using "dsd -i pa:2 -o pa:1, or dsd -i pa:0 -o pa:1" but the same thing happens.
[code]unknownax@TomsMacBookPro ~ % dsd -i pa:2 -o pa:2
Digital Speech Decoder 1.7.0-dev (build:v1.6.0-93-g2debc3e)
mbelib version 1.3.0
Initializing portaudio.
Using portaudio device 1.
Name = MacBook Pro Speakers
Audio Out Device: pa:1
Using portaudio device 2.
Name = Soundflower (2ch)
Audio In Device: pa:2
[/code]
Any help is much appreciated.
The text was updated successfully, but these errors were encountered: