update to num channels
This commit is contained in:
parent
dd90a720b5
commit
6cfdd349bd
1 changed files with 1 additions and 0 deletions
|
|
@ -50,6 +50,7 @@ class RecordingDialogState extends State<RecordingDialog> {
|
|||
bitRate: bitRate,
|
||||
samplingRate: samplingRate,
|
||||
encoder: AudioEncoder.wav,
|
||||
numChannels: 1,
|
||||
);
|
||||
setState(() => _duration = Duration.zero);
|
||||
_recorderSubscription?.cancel();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue