mirror of
https://github.com/remvze/moodist.git
synced 2025-09-29 15:30:49 -04:00
feat: add more sounds
This commit is contained in:
parent
7e0a9afb17
commit
63ed396a5a
BIN
public/sounds/urban/airport.mp3
Normal file
BIN
public/sounds/urban/airport.mp3
Normal file
Binary file not shown.
BIN
public/sounds/urban/cafe.mp3
Normal file
BIN
public/sounds/urban/cafe.mp3
Normal file
Binary file not shown.
BIN
public/sounds/urban/highway.mp3
Normal file
BIN
public/sounds/urban/highway.mp3
Normal file
Binary file not shown.
BIN
public/sounds/urban/inside-a-train.mp3
Normal file
BIN
public/sounds/urban/inside-a-train.mp3
Normal file
Binary file not shown.
BIN
public/sounds/urban/road.mp3
Normal file
BIN
public/sounds/urban/road.mp3
Normal file
Binary file not shown.
BIN
public/sounds/urban/train.mp3
Normal file
BIN
public/sounds/urban/train.mp3
Normal file
Binary file not shown.
@ -13,9 +13,27 @@ import {
|
|||||||
BsFillCloudRainHeavyFill,
|
BsFillCloudRainHeavyFill,
|
||||||
BsUmbrellaFill,
|
BsUmbrellaFill,
|
||||||
} from 'react-icons/bs/index';
|
} from 'react-icons/bs/index';
|
||||||
import { BiSolidTree, BiWater } from 'react-icons/bi/index';
|
import {
|
||||||
import { FaWater, FaWind, FaLeaf, FaDog, FaFrog } from 'react-icons/fa/index';
|
BiSolidTree,
|
||||||
import { PiBirdFill, PiTentFill } from 'react-icons/pi/index';
|
BiWater,
|
||||||
|
BiSolidCoffeeAlt,
|
||||||
|
BiSolidTrain,
|
||||||
|
BiSolidPlaneAlt,
|
||||||
|
} from 'react-icons/bi/index';
|
||||||
|
import {
|
||||||
|
FaWater,
|
||||||
|
FaWind,
|
||||||
|
FaLeaf,
|
||||||
|
FaDog,
|
||||||
|
FaFrog,
|
||||||
|
FaCity,
|
||||||
|
FaRoad,
|
||||||
|
} from 'react-icons/fa/index';
|
||||||
|
import {
|
||||||
|
PiBirdFill,
|
||||||
|
PiTentFill,
|
||||||
|
PiRoadHorizonFill,
|
||||||
|
} from 'react-icons/pi/index';
|
||||||
import { MdOutlineThunderstorm } from 'react-icons/md/index';
|
import { MdOutlineThunderstorm } from 'react-icons/md/index';
|
||||||
import { TbScubaMask } from 'react-icons/tb/index';
|
import { TbScubaMask } from 'react-icons/tb/index';
|
||||||
|
|
||||||
@ -168,5 +186,48 @@ export const sounds: {
|
|||||||
],
|
],
|
||||||
title: 'Animals',
|
title: 'Animals',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
icon: <FaCity />,
|
||||||
|
id: 'urban',
|
||||||
|
sounds: [
|
||||||
|
{
|
||||||
|
icon: <BiSolidCoffeeAlt />,
|
||||||
|
id: 'cafe',
|
||||||
|
label: 'Cafe',
|
||||||
|
src: '/sounds/urban/cafe.mp3',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
icon: <PiRoadHorizonFill />,
|
||||||
|
id: 'highway',
|
||||||
|
label: 'Highway',
|
||||||
|
src: '/sounds/urban/highway.mp3',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
icon: <FaRoad />,
|
||||||
|
id: 'road',
|
||||||
|
label: 'Road',
|
||||||
|
src: '/sounds/urban/road.mp3',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
icon: <BiSolidTrain />,
|
||||||
|
id: 'train',
|
||||||
|
label: 'Train',
|
||||||
|
src: '/sounds/urban/train.mp3',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
icon: <BiSolidTrain />,
|
||||||
|
id: 'inside-a-train',
|
||||||
|
label: 'Inside a Train',
|
||||||
|
src: '/sounds/urban/inside-a-train.mp3',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
icon: <BiSolidPlaneAlt />,
|
||||||
|
id: 'airport',
|
||||||
|
label: 'Airport',
|
||||||
|
src: '/sounds/urban/airport.mp3',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
title: 'Urban',
|
||||||
|
},
|
||||||
],
|
],
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user