EddyVerbruggen / nativescript-speech-recognition

:speech_balloon: Speech to text, using the awesome engines readily available on the device.
Other
90 stars 21 forks source link

Feat: NS7 Support #38

Closed bradmartin closed 3 years ago

bradmartin commented 3 years ago

@EddyVerbruggen - one method on android source has some warning: sendBackResults I didn't have time to look into it. Otherwise the PR is good to go.

EddyVerbruggen commented 3 years ago

Thank you @bradmartin! Let me merge and test this a little.

Did I ever tell you you're awesome? 💪

EddyVerbruggen commented 3 years ago

FYI that sendBackResults method was a method I added myself to the native Interface, which was a bit hacky (but previously allowed). So I've extracted it from the Interface and all is fine now.

I've eupdated the demo as well and it all seems to be working nicely on iOS and Android. Thanks again!