riderodd / react-native-vosk

Speech recognition module for react native using Vosk library
MIT License
36 stars 9 forks source link

Refactor/new implementation #40

Closed kingdcreations closed 6 months ago

kingdcreations commented 7 months ago

close #38

riderodd commented 7 months ago

@kingdcreations : how do you specify an array of available strings for the recognition now? (the old grammar parameter)

kingdcreations commented 7 months ago

@kingdcreations : how do you specify an array of available strings for the recognition now? (the old grammar parameter)

No changes !

Nice work @kingdcreations , can you update the Readme with a warning about this breaking change and I take care of the iOS part ?

I updated it with new functionalities, but I'd still like to add those:

riderodd commented 7 months ago

I'm loving it!

Can you just add a test on the example app with grammar and one without ?

kingdcreations commented 7 months ago

All done ! However react native 0.73 is here, should i update ?

riderodd commented 7 months ago

All done ! However react native 0.73 is here, should i update ?

No let's keep that for later

riderodd commented 6 months ago

@kingdcreations : would you review my last commits ?