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

can provide stream<MicState> to now if it used from an other app or not . #59

Closed Joseph-Nathan closed 1 year ago

Joseph-Nathan commented 1 year ago

can provide stream to now if it used from an other app or not ? if it available how can i do it .

anarchuser commented 1 year ago

Could you please elaborate what exactly you want to do?

Joseph-Nathan commented 1 year ago

i want to listen to MicState , so when mic is recording from any app , i want to launch callback function to stop my activity

anarchuser commented 1 year ago

I have to look into the specification of the native backend. The current behaviour, I believe, is that you don't get valid numerical data if the mic is being used by another application.

anarchuser commented 1 year ago

In order to better understand your issue, please give me a more detailed explanation of the workflow of your app and its interaction with this plugin.