pietrop / digital-paper-edit-electron

Work in progress - digital paper edit project - Electron, Cross Platform Desktop app - Mac, Windows, Linux
https://pietropassarelli.net/autoedit
Other
103 stars 17 forks source link

No Mozilla DeepSpeech STT showing up #95

Open anosiwang opened 1 year ago

anosiwang commented 1 year ago

Version v1.6.5-alpha.0 on macOS 13.2.1 (22D68)

Everything works just fine but the only problem is that the Mozilla DeepSpeech is not showing up. I can only see AssemblyAI and Pocketsphinx in the droplist.

image

What's going on?

pietrop commented 10 months ago

Can you confirm with the latest version?

https://github.com/pietrop/digital-paper-edit-electron/releases/tag/1.2.16

There's some custom logic that determines whether your OS support deepspeech and hides the option if not. Eg Mac m1 I think are not supported.

Ideally we'd move from deepspeech to Coqui STT, which it's successor and would work on M1 Mac but it would need substantial re planning and testing.