flutter_record
flutter_record copied to clipboard
the voice is too smal (ios)
The voice is too small and the volume doesn't work. i set like this "_flutterRecord.setVolume(999999.0);" " _flutterRecord.startRecorder(path: 'test',maxVolume: 999999.0)" but the voice Still too small
It's played by the receiver, not by the speaker.
_flutterRecord.setVolume(999999.0); api will set _flutterRecord. startPlayer(path: 'test'); 's audio volume.
But not _flutterRecord.startRecorder(path: 'test', maxVolume: 999999.0)
The maxVolume is max percentage of decibel.
I'm sorry to trouble you.