GregHolmes / deepgram-live-transcription-flutter

A working example of Live Transcriptions using Deepgram with Flutter. Written as a guest post for Deepgram
https://deepgram.com/learn/flutter-speech-to-text-tutorial
3 stars 5 forks source link

Fixed erroring functionality due to version updates #1

Closed GregHolmes closed 1 year ago

GregHolmes commented 1 year ago

Somewhere there has been a breaking change in sound_stream's functionality or the dependencies of it. sound_stream hasn't been updated for almost two years at this point, so I forked the version. Added a fix to the problem and increased gradle version requirement.