Skip to content

Commit

Permalink
Add visionOS support (Macoron#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
Macoron authored Feb 10, 2024
1 parent cf5f1fe commit 52dfb4e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions Plugins/iOS/libwhisper.a.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Runtime/Native/WhisperNative.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ namespace Whisper.Native
/// </summary>
public static unsafe class WhisperNative
{
#if (UNITY_IOS || UNITY_ANDROID) && !UNITY_EDITOR
#if (UNITY_IOS || UNITY_VISIONOS || UNITY_ANDROID) && !UNITY_EDITOR
private const string LibraryName = "__Internal";

#elif WHISPER_CUDA
Expand Down

0 comments on commit 52dfb4e

Please sign in to comment.