Numerical Analysis Project using FFT's to create a musical background.
This application requires HTTPS for microphone access when accessed from devices other than localhost.
When running the development server, you'll need to:
- Accept the security warning in your browser (self-signed certificate)
- Access the application via
https://10.200.0.24:3000
- clone repo
- run
npm install - run
npm start