Ecosyste.ms: Awesome
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: 9 days ago
JSON representation
Audio Mastering Tool using node and sox.
- Host: GitHub
- URL: https://github.com/35socks/masteringtool
- Owner: 35socks
- Created: 2024-11-06T04:35:03.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-06T04:39:47.000Z (about 2 months ago)
- Last Synced: 2024-11-06T05:26:08.975Z (about 2 months ago)
- Topics: audiomastering, mastering, music, nodejs, sox
- Language: HTML
- Homepage: https://mastering.cmb.social/
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.