tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

soundtouch_config.h (142B)


      1 #include "mozilla/SSE.h"
      2 
      3 #ifdef MOZ_SAMPLE_TYPE_FLOAT32
      4 #define SOUNDTOUCH_FLOAT_SAMPLES 1
      5 #else
      6 #define SOUNDTOUCH_INTEGER_SAMPLES 1
      7 #endif