by narner on 6/19/15, 5:33 PM with 24 comments
by krick on 6/20/15, 12:13 AM
by pierrec on 6/19/15, 11:30 PM
shopt -s extglob
for f in ex_!(*.*); do ./$f; `play test.wav > /dev/null 2>&1 &`; less $f.c; done
ex_music is beautiful! But the source is not very expressive, even being familiar with DSP, a lot of the code has me guessing (well, it is expressive, but I guess the variable names are too short to my tastes).by flohofwoe on 6/20/15, 9:25 AM
An observation (not a critique): The LGPL3 license might be a problem for many MIT licensed game engines. If I understand the 'Combined Works' section of the LGPL3 right (I'm not a lawyer), it will not be possible to statically link an LGPL3 lib into a mixed-license project without providing a way for the user to rebuild the entire application from scratch, thus effectively polluting the more liberal licenses like MIT/FreeBSD?
by tinco on 6/20/15, 1:02 AM
sudo apt-get install libsndfile1 libsndfile1-dev
git clone git@github.com:PaulBatchelor/Soundpipe.git && cd Soundpipe
make
cd e && make
./ex_music && xdg-open test.wav
by raphaelss on 6/20/15, 5:00 PM
by nosuchthing on 6/19/15, 11:22 PM
by lynndylanhurley on 6/19/15, 7:28 PM