mirror of
https://github.com/remvze/moodist.git
synced 2025-12-18 09:24:14 +00:00
feat: remove pre-made binaurals
This commit is contained in:
parent
3b829fce07
commit
b8ed79f48a
1 changed files with 1 additions and 12 deletions
|
|
@ -6,22 +6,11 @@ import { places } from './sounds/places';
|
||||||
import { transport } from './sounds/transport';
|
import { transport } from './sounds/transport';
|
||||||
import { things } from './sounds/things';
|
import { things } from './sounds/things';
|
||||||
import { noise } from './sounds/noise';
|
import { noise } from './sounds/noise';
|
||||||
import { binaural } from './sounds/binaural';
|
|
||||||
|
|
||||||
import type { Categories } from './types';
|
import type { Categories } from './types';
|
||||||
|
|
||||||
export const sounds: {
|
export const sounds: {
|
||||||
categories: Categories;
|
categories: Categories;
|
||||||
} = {
|
} = {
|
||||||
categories: [
|
categories: [nature, rain, animals, urban, places, transport, things, noise],
|
||||||
nature,
|
|
||||||
rain,
|
|
||||||
animals,
|
|
||||||
urban,
|
|
||||||
places,
|
|
||||||
transport,
|
|
||||||
things,
|
|
||||||
noise,
|
|
||||||
binaural,
|
|
||||||
],
|
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue