There was an error while loading. Please reload this page.
2 parents f2dfb32 + 6a83a4e commit aada559Copy full SHA for aada559
1 file changed
Sources/VocaMac/Services/SoundManager.swift
@@ -11,11 +11,11 @@ final class SoundManager {
11
12
// MARK: - Sound Names
13
14
- /// Soft tap sound for recording start
15
- private let startSoundName = "Tink"
+ /// Soft pop sound for recording start
+ private let startSoundName = "Pop"
16
17
- /// Soft pop sound for recording stop
18
- private let stopSoundName = "Pop"
+ /// Hollow bottle sound for recording stop
+ private let stopSoundName = "Bottle"
19
20
// MARK: - Properties
21
0 commit comments