Skip to content

Commit

Permalink
feat(sound): add "Rain on Tent"
Browse files Browse the repository at this point in the history
resolve #523
  • Loading branch information
mateusfg7 committed Aug 16, 2023
1 parent 82ed65d commit 19ad037
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 1 deletion.
Binary file added .github/assets/sounds/rain-on-tent.ogg
Binary file not shown.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ _Listen combinations of ambient sounds for **relaxing** or getting more **produc

# ✨ Features

- 22 Ambience sounds
- 23 Ambience sounds
- Control volume for each sound individually
- Control global sound
- Enhance look with 7 themes
Expand Down Expand Up @@ -102,6 +102,7 @@ Sound | Auth
[Pink Noise](https://es.wikipedia.org/wiki/Archivo:Pink_noise.ogg) | [Omegatron](https://commons.wikimedia.org/wiki/User:Omegatron) | CC BY-SA
[Playground](https://www.youtube.com/watch?v=YxGv6o1g-LM) | [SFX Producer](https://www.youtube.com/channel/UCbJpWz8-JnMwVqHZcUE8gaQ) | CC0 | [Mateus Felipe](https://github.com/mateusfg7)
[Boat](https://freesound.org/people/Falcet/sounds/439365/) | [Falcet](https://freesound.org/people/Falcet/) | CC0 | [Porrumentzio](https://github.com/Porrumentzio)
[Rain on Tent](https://freesound.org/people/Garuda1982/sounds/523397/) | [Garuda1982](https://freesound.org/people/Garuda1982/) | CC BY 4.0 | [Mateus Felipe](https://github.com/mateusfg7)

# Alternatives

Expand Down
1 change: 1 addition & 0 deletions src/components/sound-icons/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ export { ReactComponent as Waves } from './waves.svg'
export { ReactComponent as Wind } from './wind.svg'
export { ReactComponent as Playground } from './playground.svg'
export { ReactComponent as Boat } from './boat.svg'
export { ReactComponent as RainOnTent } from './rain-on-tent.svg'
15 changes: 15 additions & 0 deletions src/components/sound-icons/rain-on-tent.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions src/sounds.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import {
PinkNoise,
Playground,
Rain,
RainOnTent,
Storm,
StreamWater,
Train,
Expand Down Expand Up @@ -195,6 +196,15 @@ export const sounds = [
type: 'audio/ogg'
}
},
{
id: 'rain-on-tent',
title: 'Rain on Tent',
icon: RainOnTent,
file: {
url: 'https://storage.googleapis.com/ambience-sounds/rain-on-tent.ogg',
type: 'audio/ogg'
}
},
{
id: 'brown-noise',
title: 'Brown Noise',
Expand Down

0 comments on commit 19ad037

Please sign in to comment.