🛠 Status: Maintenance Mode | Stable
This project is currently in maintenance mode - users should feel free to continue to use this app and expect bug fixes, but not expect many additional features.
Convert audio files to streamable m4a using fluent-ffmpeg.
npm install
brew tap homebrew-ffmpeg/ffmpeg
brew install homebrew-ffmpeg/ffmpeg/ffmpeg --with-fdk-aac
brew install redis
Update your redis config to use a password.
npm run build
cp .env.example .env
node ./lib/index.js run --name my-queue-name
npm test
- bull Queue system
- taskforce-connector
MIT