Skip to content

hugohil/aio

Repository files navigation

aio

Realtime audio analysis tool

aio is built uppon meyda and is basically a GUI for this library.

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:9080
npm run dev

# build electron application for production
npm run build

Usage

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.