22 lines
467 B
Markdown
22 lines
467 B
Markdown
# Crossfade
|
|
|
|
A TIDAL upload formatter and quality control tool for uploading to RED.
|
|
|
|
## Getting Started
|
|
|
|
Install the app dependencies, build, and run.
|
|
|
|
```bash
|
|
npm install
|
|
npm run build
|
|
npm run start
|
|
```
|
|
|
|
## Prerequisites
|
|
|
|
You are required to already have the following CLI applications installed and configured:
|
|
|
|
- [mkbrr](https://github.com/autobrr/mkbrr)
|
|
- [SoX](https://github.com/rbouqueau/SoX)
|
|
- [smoked-salmon](https://github.com/smokin-salmon/smoked-salmon)
|