/noise_compose

A simple Vue project that will generate different style of noises for work. It will also visualize the current noise frequencies and allow user to tune parameters of the noise, like different kind of filters with variable cutoff frequency, and some other modulations.

Primary LanguageVue

Noise compose

A simple Vue project that will generate different style of noises for work. It will also visualize the current noise frequencies and allow user to tune parameters of the noise, like different kind of filters with variable cutoff frequency, and some other modulations.

Project Setup

pnpm install

Compile and Hot-Reload for Development

pnpm dev

Compile and Minify for Production

pnpm build

Lint with ESLint

pnpm lint