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