alphacep / vosk-api

Offline speech recognition API for Android, iOS, Raspberry Pi and servers with Python, Java, C# and Node
Apache License 2.0
8.15k stars 1.12k forks source link

v0.3.45 OSX asset? #1422

Open uandco opened 1 year ago

uandco commented 1 year ago

Hi,

It seems like the most recent OSX asset is v0.3.42. Is there a way we can get a precompiled v0.3.45 for OSX too?

Thanks

nshmyrev commented 1 year ago

We do not have access to OSX environment to build 0.3.45, so it will unlikely happen any time soon.

uandco commented 1 year ago

I'd be happy to compile it but seems tricky to include kaldi as it's not compatible with the latest version of openfst (see https://github.com/kaldi-asr/kaldi/issues/4712)

jsbxyyx commented 1 year ago

Can be use github actions build MacOS asset?

nshmyrev commented 1 year ago

@jsbxyyx yes!

jsbxyyx commented 1 year ago

the macos asset can be use? @nshmyrev

philipag commented 1 year ago

@nshmyrev Will updated iOS and mac OS builds not happen in the foreseeable future?

nshmyrev commented 1 year ago

@philipag see above https://github.com/alphacep/vosk-api/issues/1422#issuecomment-1660400536

You can give me ssh access to mac, I will rebuild.

philipag commented 1 year ago

@nshmyrev I could give ssh access to a clean install of Ventura (would have to set that up first). Alternatively I would be willing to donate something like a MacBook Pro 2020 model to the cause (the most reasonable priced recent model). Which country are you located in? I might be able to find one locally for you.

nshmyrev commented 1 year ago

ssh would be enough, thank you!

philipag commented 1 year ago

@nshmyrev OK I will set this up in a week or two and am contacting you via email.

riderodd commented 11 months ago

Any update on this ?

xiJulian commented 11 months ago

@nshmyrev any update?

philipag commented 11 months ago

I ended up leaving Israel because of the war so was unable to set up the mac. I am back now but so swamped with work that I don't have any time. My offer to send a macbook stands since that's something I can do in 5 minutes...

xiJulian commented 11 months ago

Can't this be automated with Github Actions though?

nshmyrev commented 11 months ago

I ended up leaving Israel because of the war so was unable to set up the mac. I am back now but so swamped with work that I don't have any time. My offer to send a macbook stands since that's something I can do in 5 minutes...

No worries, take your time.

nshmyrev commented 11 months ago

Can't this be automated with Github Actions though?

Sure, pull request is welcome

lcy19930619 commented 9 months ago

My computer is MAC M1. I compiled libvosk.dylib according to the documentation. Now it can work normally. I put it here

breandan commented 9 months ago

Now that GitHub Actions has free MacOS M1 runners, it should be possible to automate the release process for all targets.

nshmyrev commented 9 months ago

@breandan finally, this is nice! Thanks for the notice

enigmasse commented 4 months ago

Hi, I'm having the issue, https://github.com/alphacep/vosk-api/issues/1235, which is linked to this issue. I presume this is still outstanding? I have a Apple M3 computer and encountering this error, "java.lang.UnsatisfiedLinkError: Error looking up function 'vosk_recognizer_set_grm': dlsym(0x9cd80e00, vosk_recognizer_set_grm): symbol not found".

nshmyrev commented 4 months ago

I presume this is still outstanding?

Yes

riderodd commented 1 week ago

@nshmyrev : would you share the build steps to create the libvosk.xcframework ? I'd love to build it with my M1 and share it with the comunity.