replaced pangea comments
This commit is contained in:
parent
5855cb2de5
commit
8b8fc7e4b8
1 changed files with 3 additions and 0 deletions
|
|
@ -28,7 +28,10 @@ class RecordingDialogState extends State<RecordingDialog> {
|
|||
|
||||
bool error = false;
|
||||
String? _recordedPath;
|
||||
// #Pangea
|
||||
// final _audioRecorder = Record();
|
||||
final _audioRecorder = AudioRecorder();
|
||||
// Pangea#
|
||||
final List<double> amplitudeTimeline = [];
|
||||
|
||||
static const int bitRate = 64000;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue