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

Fix for MSVC builds #60

Open szlldm opened 2 years ago

szlldm commented 2 years ago

Using RubberBandSingle in a project, these changes required to build with MSVC, because windows.h includes min & max macros, which mess up std::min() and std::max(). (NOMINMAX define not sufficient, at least in the project)