A multi-platform recorder built to collect audio data for the Nimbus virtual assistant.
Some features:
Before you begin, make sure that you have Node installed. I'd also recommend installing Vue CLI, so that you can make your own Vue projects.
git clone
.npm install
to download related dependencies.npm run serve
in the repo and then open http://localhost:8080/
in your browser./tests/unit
folder. Make sure the suffix of your file is .spec.js
. For more information on how to unit test Vue applications, see the docs.Please feel free to post issues on the repo. The app still has a ways to go.