matthewh806 / killing_me_softly_with_his_dsp

A collection of small audio experiments, applications & prototypes
0 stars 0 forks source link

Add libsamplerate as a module #77

Closed matthewh806 closed 1 year ago

matthewh806 commented 1 year ago

The libsamplerate library is required by Rubberband (unless we set USE_LIBSAMPLERATE to OFF in the CMakeLists.txt. This will then use the speex library which has its sources included directly in the rubberband src directory.

Following a similar approach to aubio libsamplerate could be added directly as a git module & compiled as part of the Rubberband lib compilation process

matthewh806 commented 1 year ago

This was brought into milestone 0.0.5 as its needed for building a universal binary (see https://github.com/matthewh806/killing_me_softly_with_his_dsp/issues/94)