-
Notifications
You must be signed in to change notification settings - Fork 4
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
Support MacOS #2
Comments
🤦♂ I just saw the platform flags in the code and that that Mac support is listed as TODO in the README. |
Yeah, it's a work in progress. Unfortunately, I don't have a way to test this at the moment (since I don't own a Mac, and I can't get my virtual machine to support audio). Although, currently I have a plan to get it done before the end of this year using my university's computers. |
Thanks for the super responsive answer! This is already an incredibly valuable crate and I appreciate the functionality already available on Linux. Depending on the direction my work takes me (I'll eventually need to target iOS), I might wind up in the position to put together a PR. Thanks! |
I don’t have the time but I will gladly bow to anybody who makes this PR. |
@alectrocute It's getting there, I've been slowly working on it (I have a Mac to test on now) - so, hopefully will be finished in the next few months. |
I recently tried building this on my Mac machine. It works fine on Linux, but failed on the Mac with the following build errors:
The version of Rust I am running,
The Mac version is
10.14.6 (18G87)
The published library version is
wavy = "0.1.2"
If I get time I'll look into this, but wanted to give you a head's up.
The text was updated successfully, but these errors were encountered: