Python resampy

From wikinotes
Revision as of 21:27, 7 September 2019 by Will (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Documentation

official docs https://resampy.readthedocs.io/en/latest/

Usage

import numpy
import resampy

numpy.frombuffer(raw_wav_str, sr_orig=44100, sr_new=16000)