Skip to content

Commit

Permalink
feat: include brown-noise2 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 c2f0101 commit 9249dbb
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 @@ -134,5 +134,13 @@
"name": "brown-noise.ogg",
"type": "audio/ogg"
}
},
{
"name": "brown-noise2",
"iconFile": "brown-noise2.svg",
"audioFile": {
"name": "brown-noise2.ogg",
"type": "audio/ogg"
}
}
]

0 comments on commit 9249dbb

Please sign in to comment.