음성메시지, 커뮤니티 오디오 녹음, 오디션 녹음 등 앱 내에서 녹음한 임시 파일의 삭제를 용이하게 하기 위해 임시 녹음 파일 이름에 voiceon_now_voice를 추가

This commit is contained in:
Yu Sung
2025-01-07 18:37:30 +09:00
parent 1d9964721f
commit f8cd393b2a
5 changed files with 5 additions and 5 deletions

View File

@@ -153,7 +153,7 @@ class SoundManager: NSObject, ObservableObject {
}
func getAudioFileURL() -> URL {
return getDocumentsDirectory().appendingPathComponent("recording.m4a")
return getDocumentsDirectory().appendingPathComponent("voiceon_now_voice_recording.m4a")
}
private func getDocumentsDirectory() -> URL {