You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
double? sampleRate = await MicStream.sampleRate; works fine in 0.6.5
but in 0.7.1+2, use int sampleRate = await MicStream.sampleRate never completes. Is there something I am missing? the same code upgraded from 0.6.5 to 0.7.1+2
double? sampleRate = await MicStream.sampleRate;works fine in0.6.5but in
0.7.1+2, useint sampleRate = await MicStream.sampleRatenever completes. Is there something I am missing? the same code upgraded from0.6.5to0.7.1+2