Download

DIRAC2 LE – Library plus example project
DIRAC2 is a free cross-platform C/C++ object library that redefines the limits of what todays’ technology can do for your application if you want to change the speed and pitch of music independently without sacrificing quality…. [read more]
- Download DIRAC2 LE (all platforms, 7.5 MB, v2.2.5, 02-07-2010)
Includes DIRAC2 2.3.0 LE for iOS 4 public beta- Download documentation only (PDF file, 490kB)
- Review Licensing Agreement (TXT file, 8kB)
Pitch Shifting using the Fourier Transform – Source Code
Explains how to do pitch shifting using the short-term Fourier transform. smbPitchShift.cpp contains the DSP code, there is also an example project that illustrates how to call smbPitchShift() using the miniAIFF library calls… [read more] NOTE: This code has nothing to do with our DIRAC time stretching and pitch shifting!
- Download smbPitchShift.cpp
- Download example project (Windows, MacOS X, Linux, ZIP file, 1.7 MB)
- Read article on this item
miniAIFF Library
Implements a simple interface to read and write AIFF audio files. This library is a prerequisite for most of the example programs found on this site. Complete reference is also available, please use the below link. The library comes with demo projects for Microsoft Visual C, Xcode and a gcc Makefile… [read more]
