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
The output driver for Windows is also not supported, but that one at least I can test. The MacOS one seems a bit of a nightmare. If you wanted to try and implement it yourself you can get insipiration from oto.
Ah, that's a shame - was hoping to get spotify output on an old 2009 macbook. Thanks for the quick response.
If you are still interested, I just put up a PR implementing macos audio, it would be very helpful if you could test it on your device, and maybe provide some kind of feedback! @andrewl#59
`GOOS=darwin GOARCH=amd64=1 go build -o go-librespot-daemon ./cmd/daemon
go-librespot/output
output/output.go:8:3: undefined: output
output/output.go:56:14: undefined: newOutput
runtime/cgo
clang: error: argument unused during compilation: '-arch x86_64' [-Werror,-Wunused-command-line-argument]
`
The text was updated successfully, but these errors were encountered: