/audiocurve

Audio curve generator for Natron

Primary LanguageC++BSD 2-Clause "Simplified" LicenseBSD-2-Clause

AudioCurve

screenshot Convert audio to curves in Natron.

Install

git clone https://github.com/olear/audiocurve
cd audiocurve
qmake && make install

Remember to install SoX on Linux (apt-get install sox | yum install sox).

History

Based on the audio2ascii script by rcspam, written from scratch in Qt for cross-platform support.