Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cbxss/masterrr
Use Soundcloud's mastering service for free.
https://github.com/cbxss/masterrr
go music soundcloud
Last synced: 3 days ago
JSON representation
Use Soundcloud's mastering service for free.
- Host: GitHub
- URL: https://github.com/cbxss/masterrr
- Owner: cbxss
- License: mit
- Created: 2021-03-28T03:15:48.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-03-28T04:08:01.000Z (over 3 years ago)
- Last Synced: 2023-08-06T06:52:03.324Z (over 1 year ago)
- Topics: go, music, soundcloud
- Language: Go
- Homepage:
- Size: 5.46 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# masterrr
Use Soundcloud's mastering service for free.
## Installation
Install `ffmpeg`.1. Go to soundcloud.com/you/likes and press F12 and click on the network tab.
2. Refresh the page, and look for a network request that accesses https://api-v2.soundcloud.com/
3. Go to Headers -> Request Headers.
4. Copy what it says after Authorization: , and paste in .env file.
5. It should look something like AUTH=OAUTH 2-asdf-asdf-asdf## Usage
1. Use doubler.exe by dragging your track onto it. This just duplicates the track and concats it to the end of itself.
2. Upload this to soundcloud.
3. Go the track and click Master.
2. Copy the number after https://soundcloud.com/you/mastering/tracks/ in the site URL.
3. Run the program and paste the number when prompted.
4. Chose the audio profile to download by typing the number next to it.Using the doubler.exe is needed as soundcloud's mastering API only allows half of the track to be mastered.