-
Notifications
You must be signed in to change notification settings - Fork 13
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
MacOS support #61
Comments
We are working to ensure that the IAMF decoder supports MacOS. |
Does this build on MacOS now? We still should update the README. |
Re-opening this because we should make sure it builds in CI with standard features. At least it should build with both binaural libraries and any supported codecs. |
I have been trying to build with codecs and renderers on MacOs and wanted to just share some tips and troubles. Building with codecs but without renderersI was able to build without binaural renders but with AAC/Flac/Opus codecs with the following technique
Issues trying to build with renderersFor code/dep_external/src/binaural/build.sh:
Ignoring code/dep_external/src/binaural/build.sh, I was able to build Resonance and Bear with dependencies with this technique:
And then I got stuck building iamf2bear.
For some reason make was not resolving the includes properly despite these lines in code/dep_external/src/binaural/iamf2bear/CMakeLists.txt
And I ran out of enthusiasm. I hope this helps someone else trying to build or helps make changes to the build.sh. |
@trevorknight |
Okay, great! Looking forward to seeing it |
@trevorknight
I hope this change could help you, if are there any issue, please feel free to let me know. Thanks |
Okay, I'll give it another try and let you know! Thank you very much |
I tried compiling on MacOS and couldn't get it to work, some error about
io.h
not being found.Is MacOS supported?
I suggest adding supported platforms explicitly to the README.
The text was updated successfully, but these errors were encountered: