TheNoiseClock/TheNoiseClock/Resources/sounds.json

58 lines
1.4 KiB
JSON

{
"sounds": [
{
"id": "white-noise",
"name": "White Noise",
"fileName": "white-noise.mp3",
"category": "ambient",
"description": "Classic white noise for focus and relaxation",
"bundleName": "Ambient"
},
{
"id": "heavy-rain",
"name": "Heavy Rain White Noise",
"fileName": "heavy-rain-white-noise.mp3",
"category": "nature",
"description": "Heavy rainfall sounds for peaceful sleep",
"bundleName": "Nature"
},
{
"id": "fan-noise",
"name": "Fan White Noise",
"fileName": "fan-white-noise-heater.mp3",
"category": "mechanical",
"description": "Fan and heater sounds for consistent background noise",
"bundleName": "Mechanical"
}
],
"categories": [
{
"id": "ambient",
"name": "Ambient",
"description": "General ambient sounds",
"bundleName": "Ambient"
},
{
"id": "nature",
"name": "Nature",
"description": "Natural environmental sounds",
"bundleName": "Nature"
},
{
"id": "mechanical",
"name": "Mechanical",
"description": "Mechanical and electronic sounds",
"bundleName": "Mechanical"
}
],
"settings": {
"defaultVolume": 0.8,
"defaultLoopCount": -1,
"preloadSounds": true,
"preloadStrategy": "category",
"audioSessionCategory": "playback",
"audioSessionMode": "default",
"audioSessionOptions": ["mixWithOthers"]
}
}