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

Darwin/OSX support #14

Open
200sc opened this issue Jul 13, 2017 · 5 comments
Open

Darwin/OSX support #14

200sc opened this issue Jul 13, 2017 · 5 comments

Comments

@200sc
Copy link
Owner

200sc commented Jul 13, 2017

I don't have a way to test on Darwin in the first place right now, so this will be on hold until that changes or someone who can test it can take this over.

@peterhellberg
Copy link

peterhellberg commented Jul 19, 2017

Not sure if related, but I'm seeing the following errors when getting the audio package under macOS:

$ go get -u -v github.com/200sc/klangsynthese/audio
github.com/200sc/klangsynthese (download)
github.com/200sc/klangsynthese/audio
# github.com/200sc/klangsynthese/audio
../../../../200sc/klangsynthese/audio/encoding.go:18: undefined: EncodeBytes
../../../../200sc/klangsynthese/audio/encoding.go:23: undefined: EncodeBytes
../../../../200sc/klangsynthese/audio/format.go:28: undefined: EncodeBytes

These errors also show up when installing oak: oakmound/oak#15

@200sc
Copy link
Owner Author

200sc commented Jul 19, 2017

Right, we currently don't even have a placeholder structure that would just return "not supported" errors for playing on osx. For oak, I believe there are bugs in shiny that prevent at least some portion of support for osx, but I can fix the placeholder issue here.

@200sc
Copy link
Owner Author

200sc commented Jul 19, 2017

@peterhellberg Give it a try with that merge?

@peterhellberg
Copy link

Yes, your changes did the trick.

~/Go/src/github.com/200sc
$ rm -rf klangsynthese/
~/Go/src/github.com/200sc
$ go get -u -v github.com/200sc/klangsynthese/audio
github.com/200sc/klangsynthese (download)
github.com/200sc/klangsynthese/audio/filter/supports
github.com/200sc/klangsynthese/audio
~/Go/src/github.com/200sc

@200sc
Copy link
Owner Author

200sc commented Jul 19, 2017

Great! Thanks for the report. (This is still open, because we still don't support playback)

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

No branches or pull requests

2 participants