커뮤니티 오디오 녹음

- mode: videoRecording
- 재생 mode: moviePlayback
This commit is contained in:
Yu Sung
2024-08-08 03:10:07 +09:00
parent ef3494dcb1
commit 835ece8a6b
4 changed files with 7 additions and 6 deletions

View File

@@ -87,7 +87,7 @@ extension ContentPlayManager {
do {
let audioSession = AVAudioSession.sharedInstance()
try audioSession.setCategory(.playback, mode: .default)
try audioSession.setCategory(.playback, mode: .moviePlayback)
try audioSession.setActive(true)
self.player = try AVAudioPlayer(data: audioData)