ethan-ou / offline_speech_recognition

A WIP Flutter Plugin designed for continuous speech recognition with Vosk. Currently only for Android.
Other
24 stars 5 forks source link

help with vosk #3

Open andrewshock opened 12 months ago

andrewshock commented 12 months ago

Hi, do you have an option to help us with flutter and vosk? We would like to hire you for this.

ethan-ou commented 12 months ago

Hi, do you have an option to help us with flutter and vosk? We would like to hire you for this.

Hey @andrewshock I'd recommend looking at the official plugin for Vosk and Flutter: https://github.com/alphacep/vosk-flutter

I believe they have a package now with the Vosk plugin so it'll simplify the install process quite a bit.

andrewshock commented 12 months ago

Hey, thank you. I will check it out. But I see there is no IOS support.

Regards, Andrey

On Wed, Oct 11, 2023 at 12:26 AM Ethan Ou @.***> wrote:

Hi, do you have an option to help us with flutter and vosk? We would like to hire you for this.

Hey @andrewshock https://github.com/andrewshock I'd recommend looking at the official plugin for Vosk and Flutter: https://github.com/alphacep/vosk-flutter

I believe they have a package now with the Vosk plugin so it'll simplify the install process quite a bit.

— Reply to this email directly, view it on GitHub https://github.com/ethan-ou/offline_speech_recognition/issues/3#issuecomment-1756352446, or unsubscribe https://github.com/notifications/unsubscribe-auth/ASQLCHVITKJYE2V3NUPZGPDX6XDPPAVCNFSM6AAAAAA52KTFJ2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTONJWGM2TENBUGY . You are receiving this because you were mentioned.Message ID: @.***>

ethan-ou commented 11 months ago

@andrewshock Very true no one's built it yet and I didn't have access to iOS or a Mac when I built my version.

If you're daring, you can try to write an adapter to Flutter for Swift and Vosk and making a pull request to that repo. But if you're not familiar with native, you'll likely need to look for another tool for now.