felixjunghans / google_speech

Flutter google spech
MIT License
69 stars 42 forks source link

Example of Mic Stream using flutter sound #18

Closed menezes85 closed 2 years ago

menezes85 commented 3 years ago

Felix , thanks for your work!

Can you please provide me an example how to implement google_speech using mic stream with flutter_sound ? [https://pub.dev/packages/flutter_sound]

i am hangang on that , over 1 month and no success. stream types provided by flutter sound and google_speech are different i cant do it.

Thanks in advance.

sveinbjornt commented 3 years ago

@menezes85 I've solved this particular problem, if you send me an email, I can send you some sample code (still not open on GH). My email is sveinbjorn at sveinbjorn, dot org.

felixjunghans commented 3 years ago

Hi I will rebuild the stream example soon and provide an example with Flutter Sound.

bosscoekku commented 3 years ago

@felixjunghans I also would like to implement with Flutter Sound. Thank you so much.

RishiKar commented 2 years ago

@felixjunghans thank you for your package. Did you get around to implementing this with Flutter Sound? I am also stuck on passing the stream to streamingRecognize when using Flutter Sound. Is any other package better suited, any help would be welcome

felixjunghans commented 2 years ago

@RishiKar Yes, I currently use it with flutter_sound_lite. I have now added a minimal example. Please have a look at examples/flutter_sound_example. I hope this helps you.

RishiKar commented 2 years ago

@felixjunghans Thank you so much. I got it to work.