Skip to content

Commit

Permalink
feat(sound): get sounds from Noisekun CDN instead GCS
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusfg7 committed Aug 28, 2023
1 parent 0c31100 commit 9acac5f
Showing 1 changed file with 23 additions and 23 deletions.
46 changes: 23 additions & 23 deletions src/sounds.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export const sounds = [
title: 'Rain',
icon: Rain,
file: {
url: 'https://storage.googleapis.com/ambience-sounds/rain.ogg',
url: 'https://cdn.noisekun.mateusf.com/sounds/rain.ogg',
type: 'audio/ogg'
}
},
Expand All @@ -39,7 +39,7 @@ export const sounds = [
title: 'Storm',
icon: Storm,
file: {
url: 'https://storage.googleapis.com/ambience-sounds/storm.ogg',
url: 'https://cdn.noisekun.mateusf.com/sounds/storm.ogg',
type: 'audio/ogg'
}
},
Expand All @@ -48,7 +48,7 @@ export const sounds = [
title: 'Drops',
icon: Drops,
file: {
url: 'https://storage.googleapis.com/ambience-sounds/drops.ogg',
url: 'https://cdn.noisekun.mateusf.com/sounds/drops.ogg',
type: 'audio/ogg'
}
},
Expand All @@ -57,7 +57,7 @@ export const sounds = [
title: 'Wind',
icon: Wind,
file: {
url: 'https://storage.googleapis.com/ambience-sounds/wind.ogg',
url: 'https://cdn.noisekun.mateusf.com/sounds/wind.ogg',
type: 'audio/ogg'
}
},
Expand All @@ -66,7 +66,7 @@ export const sounds = [
title: 'Waves',
icon: Waves,
file: {
url: 'https://storage.googleapis.com/ambience-sounds/waves.ogg',
url: 'https://cdn.noisekun.mateusf.com/sounds/waves.ogg',
type: 'audio/ogg'
}
},
Expand All @@ -75,7 +75,7 @@ export const sounds = [
title: 'Underwater',
icon: Underwater,
file: {
url: 'https://storage.googleapis.com/ambience-sounds/underwater.ogg',
url: 'https://cdn.noisekun.mateusf.com/sounds/underwater.ogg',
type: 'audio/ogg'
}
},
Expand All @@ -84,7 +84,7 @@ export const sounds = [
title: 'Stream Water',
icon: StreamWater,
file: {
url: 'https://storage.googleapis.com/ambience-sounds/stream-water.ogg',
url: 'https://cdn.noisekun.mateusf.com/sounds/stream-water.ogg',
type: 'audio/ogg'
}
},
Expand All @@ -93,7 +93,7 @@ export const sounds = [
title: 'Waterfall',
icon: Waterfall,
file: {
url: 'https://storage.googleapis.com/ambience-sounds/waterfall.ogg',
url: 'https://cdn.noisekun.mateusf.com/sounds/waterfall.ogg',
type: 'audio/ogg'
}
},
Expand All @@ -102,7 +102,7 @@ export const sounds = [
title: 'Birds on Tree',
icon: BirdsTree,
file: {
url: 'https://storage.googleapis.com/ambience-sounds/birds-tree.ogg',
url: 'https://cdn.noisekun.mateusf.com/sounds/birds-tree.ogg',
type: 'audio/ogg'
}
},
Expand All @@ -111,7 +111,7 @@ export const sounds = [
title: 'Leaves',
icon: Leaves,
file: {
url: 'https://storage.googleapis.com/ambience-sounds/leaves.ogg',
url: 'https://cdn.noisekun.mateusf.com/sounds/leaves.ogg',
type: 'audio/ogg'
}
},
Expand All @@ -120,7 +120,7 @@ export const sounds = [
title: 'Bonfire',
icon: Fire,
file: {
url: 'https://storage.googleapis.com/ambience-sounds/fire.ogg',
url: 'https://cdn.noisekun.mateusf.com/sounds/fire.ogg',
type: 'audio/ogg'
}
},
Expand All @@ -129,7 +129,7 @@ export const sounds = [
title: 'Cave Sounds',
icon: Cave,
file: {
url: 'https://storage.googleapis.com/ambience-sounds/cave-drops.ogg',
url: 'https://cdn.noisekun.mateusf.com/sounds/cave-drops.ogg',
type: 'audio/ogg'
}
},
Expand All @@ -138,7 +138,7 @@ export const sounds = [
title: 'Night',
icon: Night,
file: {
url: 'https://storage.googleapis.com/ambience-sounds/night.ogg',
url: 'https://cdn.noisekun.mateusf.com/sounds/night.ogg',
type: 'audio/ogg'
}
},
Expand All @@ -147,7 +147,7 @@ export const sounds = [
title: 'Coffee shop',
icon: Coffee,
file: {
url: 'https://storage.googleapis.com/ambience-sounds/coffee.ogg',
url: 'https://cdn.noisekun.mateusf.com/sounds/coffee.ogg',
type: 'audio/ogg'
}
},
Expand All @@ -156,7 +156,7 @@ export const sounds = [
title: 'Train',
icon: Train,
file: {
url: 'https://storage.googleapis.com/ambience-sounds/train.ogg',
url: 'https://cdn.noisekun.mateusf.com/sounds/train.ogg',
type: 'audio/ogg'
}
},
Expand All @@ -165,7 +165,7 @@ export const sounds = [
title: 'Airplane',
icon: AirPlane,
file: {
url: 'https://storage.googleapis.com/ambience-sounds/air-plane.ogg',
url: 'https://cdn.noisekun.mateusf.com/sounds/air-plane.ogg',
type: 'audio/ogg'
}
},
Expand All @@ -174,7 +174,7 @@ export const sounds = [
title: 'Washing machine',
icon: WashingMachine,
file: {
url: 'https://storage.googleapis.com/ambience-sounds/washing-machine.ogg',
url: 'https://cdn.noisekun.mateusf.com/sounds/washing-machine.ogg',
type: 'audio/ogg'
}
},
Expand All @@ -183,7 +183,7 @@ export const sounds = [
title: 'Playground',
icon: Playground,
file: {
url: 'https://storage.googleapis.com/ambience-sounds/playground.ogg',
url: 'https://cdn.noisekun.mateusf.com/sounds/playground.ogg',
type: 'audio/ogg'
}
},
Expand All @@ -192,7 +192,7 @@ export const sounds = [
title: 'Boat',
icon: Boat,
file: {
url: 'https://storage.googleapis.com/ambience-sounds/boat.ogg',
url: 'https://cdn.noisekun.mateusf.com/sounds/boat.ogg',
type: 'audio/ogg'
}
},
Expand All @@ -201,7 +201,7 @@ export const sounds = [
title: 'Rain on Tent',
icon: RainOnTent,
file: {
url: 'https://storage.googleapis.com/ambience-sounds/rain-on-tent.ogg',
url: 'https://cdn.noisekun.mateusf.com/sounds/rain-on-tent.ogg',
type: 'audio/ogg'
}
},
Expand All @@ -210,7 +210,7 @@ export const sounds = [
title: 'Brown Noise',
icon: BrownNoise,
file: {
url: 'https://storage.googleapis.com/ambience-sounds/brown-noise.ogg',
url: 'https://cdn.noisekun.mateusf.com/sounds/brown-noise.ogg',
type: 'audio/ogg'
}
},
Expand All @@ -219,7 +219,7 @@ export const sounds = [
title: 'White Noise',
icon: WhiteNoise,
file: {
url: 'https://storage.googleapis.com/ambience-sounds/white-noise.ogg',
url: 'https://cdn.noisekun.mateusf.com/sounds/white-noise.ogg',
type: 'audio/ogg'
}
},
Expand All @@ -228,7 +228,7 @@ export const sounds = [
title: 'Pink Noise',
icon: PinkNoise,
file: {
url: 'https://storage.googleapis.com/ambience-sounds/pink-noise.ogg',
url: 'https://cdn.noisekun.mateusf.com/sounds/pink-noise.ogg',
type: 'audio/ogg'
}
}
Expand Down

0 comments on commit 9acac5f

Please sign in to comment.