음성메시지, 커뮤니티 오디오 녹음, 오디션 녹음 등 앱 내에서 녹음한 임시 파일의 삭제를 용이하게 하기 위해 임시 녹음 파일 이름에 voiceon_now_voice를 추가
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user