Signed-off-by: Matt Bruce <mbrucedogs@gmail.com>
This commit is contained in:
parent
969ef23db2
commit
45a4a6067b
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user