Changes

v0.4.0

  • Various updates to documentation and CI (PR #29). jhj0517

  • Added support for single-valued rbargs (PR #25). Aditya TB

  • Preserve dtypes (PR #24). Abigail O’Rourke

  • Now requires soundfile (not pysoundfile) (PR #23) Nick Henderson

v0.3.0

  • Added timemap_stretch for variable-rate warping. (PR #15) Marc Sarfati

v0.2.2

  • Suppress console logging from rubberband

v0.2.1

  • Improved error handling when rubberband fails to execute.

v0.2.0

  • Removed dependency on librosa in favor of pysoundfile (PR #4).

  • Stereo/mono interface now matches pysoundfile instead of librosa: t he first axis now corresponds to time rather than channel number.