Skip to content

Commit

Permalink
revert(sound)!: remove copyright protected sounds
Browse files Browse the repository at this point in the history
resolve #521
  • Loading branch information
mateusfg7 committed Aug 9, 2023
1 parent 26ad35c commit 950dc01
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 42 deletions.
Binary file removed .github/assets/sounds/brown-noise2.ogg
Binary file not shown.
Binary file removed .github/assets/sounds/brown-noise3.ogg
Binary file not shown.
10 changes: 0 additions & 10 deletions src/components/sound-icons/brown-noise2.svg

This file was deleted.

10 changes: 0 additions & 10 deletions src/components/sound-icons/brown-noise3.svg

This file was deleted.

2 changes: 0 additions & 2 deletions src/components/sound-icons/index.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
export { ReactComponent as AirPlane } from './air-plane.svg'
export { ReactComponent as BirdsTree } from './birds-tree.svg'
export { ReactComponent as BrownNoise } from './brown-noise.svg'
export { ReactComponent as BrownNoise2 } from './brown-noise2.svg'
export { ReactComponent as BrownNoise3 } from './brown-noise3.svg'
export { ReactComponent as WhiteNoise } from './white-noise.svg'
export { ReactComponent as PinkNoise } from './pink-noise.svg'
export { ReactComponent as Cave } from './cave.svg'
Expand Down
20 changes: 0 additions & 20 deletions src/sounds.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ import {
AirPlane,
BirdsTree,
BrownNoise,
BrownNoise2,
BrownNoise3,
Cave,
Coffee,
Drops,
Expand Down Expand Up @@ -186,24 +184,6 @@ export const sounds = [
type: 'audio/ogg'
}
},
{
id: 'brown-noise2',
title: 'Brown Noise 2',
icon: BrownNoise2,
file: {
url: 'https://storage.googleapis.com/ambience-sounds/brown-noise2.ogg',
type: 'audio/ogg'
}
},
{
id: 'brown-noise3',
title: 'Brown Noise 3',
icon: BrownNoise3,
file: {
url: 'https://storage.googleapis.com/ambience-sounds/brown-noise3.ogg',
type: 'audio/ogg'
}
},
{
id: 'white-noise',
title: 'White Noise',
Expand Down

0 comments on commit 950dc01

Please sign in to comment.