This app automates tedious tasks and solves the problem of the 'Type Beat' producer. Stem zipping, mp3 generation, cover art + logo overlaying, and splicing videos together with the track in the background. This app handles the rest so you can focus on the fun parts. Created using Electron, and React this desktop application works on any platform to enhance the workflow of sonic artists seeking to increase their production speed.
This app relies on several media processing binaries. On macOS, the easiest way to install them is via Homebrew:
brew install ffmpeg graphicsmagick lame- Node.js: v12.x is recommended, but v17+ works with the legacy OpenSSL provider flag (included in scripts).
- Architecture: Supports Apple Silicon (M1/M2/M3) and Intel.
- Clone the repo
- Install Node dependencies:
npm install --legacy-peer-deps
You must build the React bundle before starting the app:
npm run build:devIn a new terminal tab, run:
npm start