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.
- Host: GitHub
- URL: https://github.com/35socks/masteringtool
- Owner: 35socks
- Created: 2024-11-06T04:35:03.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-06T04:39:47.000Z (over 1 year ago)
- Last Synced: 2025-02-07T01:45:32.315Z (over 1 year ago)
- Topics: audiomastering, mastering, music, nodejs, sox
- Language: HTML
- Homepage: https://mastering.cmb.social/
- Size: 6.84 KB
- 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.