pub(crate) async fn export_audio_json( samples: Vec<AudioSample>, file_path: String, ) -> Result<(), String>