커뮤니티 오디오 녹음

- 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

@@ -104,7 +104,7 @@ class CreatorCommunitySoundManager: NSObject, ObservableObject {
DispatchQueue.main.async {
do {
try self.audioSession.setCategory(.playback, mode: .default)
try self.audioSession.setCategory(.playback, mode: .moviePlayback)
try self.audioSession.setActive(true)
if let url = url {