alphacep / vosk-unity-asr

Automatic Speech Recognition in Unity using Vosk library
56 stars 16 forks source link

M1 Mac Support #6

Open Blueteak opened 1 year ago

Blueteak commented 1 year ago

The included OSX libvosk.dylib is for Intel-64 only, and changing the setting to Any CPU or Apple Silicon still results in a DLL Not found exception on an M1 Mac.

Would it be possible to get an update with a universal mac .dylib file?

nshmyrev commented 1 year ago

Try this one:

https://github.com/alphacep/vosk-api/releases/download/v0.3.38/vosk-osx-0.3.38.zip

rabberdabber commented 1 year ago

please update the readme file

nshmyrev commented 1 year ago

@rabberdabber sure, what to update there?