anarchuser / mic_stream

Flutter plugin to get an infinite audio stream from the microphone
https://pub.dev/packages/mic_stream
GNU General Public License v3.0
100 stars 68 forks source link

refactor: change API return type to Stream<Uint8List> (#65) #68

Closed anarchuser closed 11 months ago

anarchuser commented 1 year ago

@mirland I've created a separate branch, applied your changes and modified it slightly to prevent some Futures from prematurely returning null. I've also published the changes as 0.7.0-dev for some trial 'field-testing'. Feel free to have another look at the modifications I've made to lib/mic_stream.dart and example/lib/main.dart and see if it still works as it should. I'm happy about any feedback I get.

anarchuser commented 1 year ago

If I decide the changes are stable and well-received by the users I'll merge the changes into main and publish them as new mainstream version. This will probably be in a month or two.

anarchuser commented 1 year ago

Related: #69