Comment on Soundpipe – A lightweight music DSP library written in CComments−tinco11yOn 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−zebproj11ybtw, I just changed the "e" folder to "examples" for readability.That line should read "cd examples && make".
Comments
On Ubuntu, you can try it out like so:
btw, I just changed the "e" folder to "examples" for readability.
That line should read "cd examples && make".