flutter_record icon indicating copy to clipboard operation
flutter_record copied to clipboard

the voice is too smal (ios)

Open lalaMiao opened this issue 6 years ago • 2 comments

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

lalaMiao avatar Mar 13 '19 08:03 lalaMiao

It's played by the receiver, not by the speaker.

lalaMiao avatar Mar 13 '19 09:03 lalaMiao

_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.

rurico avatar Mar 14 '19 03:03 rurico