chaudio.plugins.pitchshift module

pitch shifts

class chaudio.plugins.pitchshift.PitchShift(**kwargs)[source]

Bases: chaudio.plugins.Basic

shifts pitch, without affecting speed

process(_data)[source]

Returns the result, with white noise added

“chunk_s”:FFT chunk size, in seconds
“cents”:cents to transpose
__module__ = 'chaudio.plugins.pitchshift'