startPlayerFromMic method

Future<int> startPlayerFromMic(
  1. FlutterSoundPlayerCallback callback, {
  2. int? numChannels,
  3. int? sampleRate,
  4. int bufferSize = 8192,
  5. bool enableVoiceProcessing = false,
})

Implementation

Future<int> startPlayerFromMic(FlutterSoundPlayerCallback callback,
    {int? numChannels,
    int? sampleRate,
    int bufferSize = 8192,
    bool enableVoiceProcessing = false}) {
  throw UnimplementedError('startPlayerFromMic() has not been implemented.');
}