Skip to content

Commit aada559

Browse files
authored
Merge pull request #19 from jatinkrmalik/fix/update-sound-effects
fix: update sound effects to Pop (start) and Bottle (stop)
2 parents f2dfb32 + 6a83a4e commit aada559

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Sources/VocaMac/Services/SoundManager.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ final class SoundManager {
1111

1212
// MARK: - Sound Names
1313

14-
/// Soft tap sound for recording start
15-
private let startSoundName = "Tink"
14+
/// Soft pop sound for recording start
15+
private let startSoundName = "Pop"
1616

17-
/// Soft pop sound for recording stop
18-
private let stopSoundName = "Pop"
17+
/// Hollow bottle sound for recording stop
18+
private let stopSoundName = "Bottle"
1919

2020
// MARK: - Properties
2121

0 commit comments

Comments
 (0)