startPlayerFromMic method
Future<int>
startPlayerFromMic(
- FlutterSoundPlayerCallback callback, {
- int? numChannels,
- int? sampleRate,
- int bufferSize = 8192,
- bool enableVoiceProcessing = false,
override
Implementation
@override
Future<int> startPlayerFromMic(
FlutterSoundPlayerCallback callback, {
int? numChannels,
int? sampleRate,
int bufferSize = 8192,
bool enableVoiceProcessing = false,
}) {
throw Exception('StartPlayerFromMic() is not implemented on Flutter Web');
}