pub fn find_audio_path_with_append_dir( project_dir: &Path, current_append_dir: &str, subdir: &str, file_name: &str, ) -> Result<(PathBuf, SoundType)>