breakfastquay / rubberband

Official mirror of Rubber Band Library, an audio time-stretching and pitch-shifting library.
http://breakfastquay.com/rubberband/
GNU General Public License v2.0
561 stars 89 forks source link

How to statically link libsndfile.so.1? #95

Open hishamsyed0 opened 8 months ago

hishamsyed0 commented 8 months ago

How do I modify the configure and make scripts so that libsndfile.so.1 is embedded in the binary? I need a single, working binary file with no external dependencies.

Thanks!