static PitchData fromJson(Map<String, dynamic> json) => PitchData( json['sampleRate'], json['bufferSize'], );