https://github.com/hugohil/aio
realtime audio analysis tool
https://github.com/hugohil/aio
audio dsp io socket-io sound tool websocket
Last synced: 7 months ago
JSON representation
realtime audio analysis tool
- Host: GitHub
- URL: https://github.com/hugohil/aio
- Owner: hugohil
- Created: 2017-04-21T15:03:47.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-09-05T10:55:54.000Z (over 7 years ago)
- Last Synced: 2025-03-03T10:43:13.317Z (11 months ago)
- Topics: audio, dsp, io, socket-io, sound, tool, websocket
- Language: JavaScript
- Homepage:
- Size: 1.5 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# aio
> Realtime audio analysis tool
aio is built uppon [meyda](https://github.com/meyda/meyda) and is basically a GUI for this library.
#### Build Setup
``` bash
# 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](https://github.com/spacebro/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](https://github.com/meyda/meyda/wiki/Audio-Features).
---
This project was generated with [electron-vue](https://github.com/SimulatedGREG/electron-vue) using [vue-cli](https://github.com/vuejs/vue-cli). Documentation about the original structure can be found [here](https://simulatedgreg.gitbooks.io/electron-vue/content/index.html).