zliw / libasciisfx

C version of Asciisfx

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

libasciisfx

c-port of asciisfx as a library

currently produces a commandline tool name asciisfx, which takes an command in the ASCII-SFX DSL (work in progress, less implemented than in swift) and writes a RIFF wav file to out.wav in the current directory.

##Prerequisites

libsndfile, cmocka & libtool development files

###on Debian based machines run:

apt-get install libtool libcmocka-dev

###on Mac OS X install homebrew and run:

brew install cmocka libsndfile

##Build (for all platforms):

autoreconf -i
./configure
make

About

C version of Asciisfx

License:MIT License


Languages

Language:C 97.1%Language:C++ 2.9%