Realtime audio analysis tool
aio is built uppon meyda and is basically a GUI for this library.
# install dependencies
npm install
# serve with hot reload at localhost:9080
npm run dev
# build electron application for production
npm run build
aio lets you use spacebro to send your audio datas accross any other app. aio will emit an aio-datas
event with the raw extract datas as its payload everytime the RMS
will go uppon your threshold.
For the feature selection, please refer to the meyda documentation.
This project was generated with electron-vue using vue-cli. Documentation about the original structure can be found here.