An open API service indexing awesome lists of open source software.

https://github.com/35socks/masteringtool

Audio Mastering Tool using node and sox.
https://github.com/35socks/masteringtool

audiomastering mastering music nodejs sox

Last synced: about 1 year ago
JSON representation

Audio Mastering Tool using node and sox.

Awesome Lists containing this project

README

          

# Audio Mastering Tool
This is still a **major** work in progress but I'm hoping to make a fully functional audio mastering tool.

---
# How to run
1. Clone the repository
2. Run the following commands:
```sudo apt-get install sox libsox-fmt-mp3```
```npm install```
```npm start```

---
This should work perfectly fine.