factory AudioData.fromJson(Map<String, dynamic> json) { return AudioData( audioBuffer: json['audioBuffer'], ); }