microsoft / cognitive-services-sdk-react-native-example

Example repo integrating the JavaScript Speech SDK with a react native that runs on Android and iOS
19 stars 9 forks source link

Update README.md to include tidbit about react-18 #24

Closed Mootbing closed 1 year ago

Mootbing commented 1 year ago

I can't make a pull request to this original repository since this request is made to update the readme. but please also integrate the example I wrote of ContinuousSpeechRecognition, which is dependant on react-native-live-audio-stream API here (it is react v18).

https://github.com/Mootbing/continuous-recognition-react-native

This is really basic code so maybe some refactors are needed but it works pretty well and logs detection to console when tripped.

glharper commented 1 year ago

@Mootbing I've merged the react-18 branch to main, so closing this. Thanks for taking a look at the branch!