-
Notifications
You must be signed in to change notification settings - Fork 56
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
Offline transcription on Linux and Windows #86
Comments
Thanks @tenkabuto Is this for In terms of what it would take to implement, here's a breakdown PocketsphinxIt's a matter of compiling pocketsphinx for linux or just finding the binary if it exists already made. And adding some logic in the module to use the one for the right OS.
Ideally in the packaging process it should only add to electron the one for the right OS, similarly to how it has been done for GentleFor the Gentle STT setup as shown here you need to open up a separate app. If that app was available for Linux the integration could work out of the box, provided it spins up on the same local server end point (altho if it doesn't that could be easy to adjust) Linux version of Gentle might need to be raised on that project BaiduBaidu has a free online/offline STT. I played around making an SDK for the API in this module
|
pocketsphinx is already available with something like ...So why should anything more be required to get these to work? |
Hi @Erudition ! It be best to find a way to have the STT engines bundle up within the app, without requiring extra setup, if that makes sense? |
Hi @pietrop! Of course! But you're way ahead of me. You want it working out-of-box, and of course that would be great. I, however, just want it working in the first place! I said those commands should be all that's necessary. Alas, they are not. That's the problem I mean to point out. There is basically no documentation on setting these up under gnu/linux, and the app shows no indication that they are/not properly installed/configured, either. The jobs just sit there "processing" indefinitely either way. So, when it sounded like you didn't know for sure if your proposed engines were even available, e.g.
...I just thought I'd share that I did manage to find them available, and right within reach (and I tried to test them). Unfortunately I still haven't managed to get one to work. |
|
I am interested in using this offline on Windows. Any guidance would be appreciated. |
Hi @nomatica, |
I have not. To be honest I am not sure how. |
Feature request, following from #36
The text was updated successfully, but these errors were encountered: