alphacep / vosk-api

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

v0.3.45 OSX asset? #1422

Open uandco opened 11 months ago

uandco commented 11 months 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 11 months ago

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

uandco commented 11 months 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 10 months ago

Can be use github actions build MacOS asset?

nshmyrev commented 10 months ago

@jsbxyyx yes!

jsbxyyx commented 10 months ago

the macos asset can be use? @nshmyrev

philipag commented 9 months ago

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

nshmyrev commented 9 months 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 9 months 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 9 months ago

ssh would be enough, thank you!

philipag commented 9 months ago

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

riderodd commented 6 months ago

Any update on this ?

xiJulian commented 6 months ago

@nshmyrev any update?

philipag commented 6 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 6 months ago

Can't this be automated with Github Actions though?

nshmyrev commented 6 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 6 months ago

Can't this be automated with Github Actions though?

Sure, pull request is welcome

lcy19930619 commented 5 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 5 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 5 months ago

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