resonatecoop / audio-process-queue

Audio processing queue

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

đź›  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.

Audio processing

Convert audio files to streamable m4a using fluent-ffmpeg.

Install

npm install

Install ffmpeg with libfdk_aac

brew tap homebrew-ffmpeg/ffmpeg
brew install homebrew-ffmpeg/ffmpeg/ffmpeg --with-fdk-aac

Install redis

brew install redis

Update your redis config to use a password.

Build (babel)

npm run build

Env

cp .env.example .env

Usage

node ./lib/index.js run --name my-queue-name

Test

npm test

See also

LICENSE

MIT

About

Audio processing queue

License:MIT License


Languages

Language:JavaScript 90.5%Language:Dockerfile 8.1%Language:Shell 1.4%