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

Support Apple Silicon #5

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Conversation

rizumi
Copy link

@rizumi rizumi commented Nov 13, 2021

概要

  • UnityOpus.xcodeproj からビルド対象ソースなどの参照が外れていたため修正し、ビルド可能にしました
  • libopus.aをx86_64とarm64のUniversal libraryに更新しました
    • libopusのバージョンはv1.3.1を使用しました
$ lipo -info libopus.a
Architectures in the fat file: libopus.a are: x86_64 arm64
  • Xcode13.0でビルドを行いUnityOpus.bundleの更新をしました

    • それにともない推奨macOSバージョンを11.0以上に変更しています
  • intel mac、M1 macそれぞれで EncodeDecodeLoopback.unity を実行して動作することを確認しました

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

Successfully merging this pull request may close these issues.

1 participant