Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 520 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 520 Bytes

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.