startPlayerFromMic method

  1. @override
Future<int> startPlayerFromMic(
  1. FlutterSoundPlayerCallback callback, {
  2. int? numChannels,
  3. int? sampleRate,
  4. int bufferSize = 8192,
  5. 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');
}