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

No sound when using bluetooth on macOS #35

Open
clouds56 opened this issue Oct 16, 2017 · 1 comment
Open

No sound when using bluetooth on macOS #35

clouds56 opened this issue Oct 16, 2017 · 1 comment

Comments

@clouds56
Copy link

When I'm using bluetooth headphone, no sound played when (play sound) or (diagnose-sound-playing).

> (play ding)
"played sound"
> (diagnose-sound-playing)
found 1 host API(s): (paCoreAudio)
trying each one in turn.
trying api paCoreAudio:
trying to play at sample rate 44100.0:
configuration tested. Press <return> to go to next test.

trying to play at sample rate 48000.0:
configuration tested. Press <return> to go to next test.

If playback at 44100.0 failed and playback at another sample rate
succeeded using Windows 7, you probably need to manually set the 
sample rate of that playback device to 44100 Hz, by right-clicking 
on the volume icon and then digging through menus (properties, advanced).

but when I switch to wired headphone, everything works well. (and the output is the same)

Here's my package version information

$ raco show rsound
Installation-wide:
 [none]
User-specific for installation "6.10.1":
 Package  Checksum                Source
 rsound   af436efbc11497026e9...  catalog...ound/master/
$ raco pkg show portaudio
Installation-wide:
 [none]
User-specific for installation "6.10.1":
 Package[*=auto]  Checksum              Source
 portaudio*       3703edda0c6b9f5ef...  catalog...io/master/

drracket version 6.10.1
macOS version 10.12.6

@jbclements
Copy link
Owner

Bluetooth? Yikes, I don't think that's part of the standard audio interface at all. I really have no idea what kind of interface MacOS provides for bluetooth, but I'd be willing to bet that portaudio doesn't support it. This would be a good question for the portaudio mailing list.

I'm afraid that—unless you can convince me that portaudio has some support for Bluetooth—I'm going to have to label this "wontfix"... :(

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