Can anyone recommend a library to handle microphon...
# multiplatform
e
Can anyone recommend a library to handle microphone input? We have a flutter prototype that uses mic_stream to listen to speech input for an extended period of time (full conversation including quiet pauses) but I'm pushing for the move to KMM for the real app. My argument only works if I can show it'll be easy to handle mic input across platforms. Given that the prototype works, I don't think I could win if I said we'd have to write it all ourselves via platform-specific expect/actual functions. Thanks