Skip to content

Comment on Soundpipe – A lightweight music DSP library written in C

Comments

On Ubuntu, you can try it out like so:

    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

btw, I just changed the "e" folder to "examples" for readability.

That line should read "cd examples && make".

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.