From 45a4a6067b35a3bea55118ac0384d930cb1ffb74 Mon Sep 17 00:00:00 2001 From: Matt Bruce Date: Mon, 8 Sep 2025 08:08:10 -0500 Subject: [PATCH] Signed-off-by: Matt Bruce --- .../Core/Constants/AudioConstants.swift | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/TheNoiseClock/Core/Constants/AudioConstants.swift b/TheNoiseClock/Core/Constants/AudioConstants.swift index a87cbda..5eb9d80 100644 --- a/TheNoiseClock/Core/Constants/AudioConstants.swift +++ b/TheNoiseClock/Core/Constants/AudioConstants.swift @@ -11,22 +11,6 @@ import AVFAudio /// Audio-related constants and configuration enum AudioConstants { - // MARK: - Sound Files - enum SoundFiles { - static let whiteNoise = "white-noise.mp3" - static let heavyRain = "heavy-rain-white-noise.mp3" - static let fanNoise = "fan-white-noise-heater-303207.mp3" - - static let allFiles = [whiteNoise, heavyRain, fanNoise] - } - - // MARK: - Sound Names - enum SoundNames { - static let whiteNoise = "White Noise" - static let heavyRain = "Heavy Rain White Noise" - static let fanNoise = "Fan White Noise" - } - // MARK: - Audio Session Configuration enum AudioSession { static let category = AVAudioSession.Category.playback