Skip to content

Commit

Permalink
feat: include brown-noise3 sound info on sounds.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusfg7 committed Oct 4, 2022
1 parent 02ee48d commit 07681dd
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/sounds.json
Original file line number Diff line number Diff line change
Expand Up @@ -142,5 +142,13 @@
"name": "brown-noise2.ogg",
"type": "audio/ogg"
}
},
{
"name": "brown-noise3",
"iconFile": "brown-noise3.svg",
"audioFile": {
"name": "brown-noise3.ogg",
"type": "audio/ogg"
}
}
]

0 comments on commit 07681dd

Please sign in to comment.