Package echonest :: Package remix :: Module modify :: Class Modify
[hide private]
[frames] | no frames]

Class Modify

source code


Instance Methods [hide private]
 
__init__(self, sampleRate=44100, numChannels=1, blockSize=10000)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
doInBlocks(self, f, in_data, arg) source code
 
processAudio(self, f, data, arg) source code
 
shiftRate(self, audio_data, ratio=1) source code
 
shiftTempo(self, audio_data, ratio) source code
 
shiftRateChange(self, audio_data, percent) source code
 
shiftTempoChange(self, audio_data, percent) source code
 
shiftPitchSemiTones(self, audio_data, semitones=0) source code
 
shiftPitchOctaves(self, audio_data, octaves=0) source code
 
shiftPitch(self, audio_data, ratio=1) source code

Inherited from soundtouch.SoundTouch: __new__, clear, flush, getSetting, isEmpty, numSamples, numUnprocessedSamples, putSamples, receiveSamples, setChannels, setPitch, setPitchOctaves, setPitchSemiTones, setRate, setRateChange, setSampleRate, setSetting, setTempo, setTempoChange

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, sampleRate=44100, numChannels=1, blockSize=10000)
(Constructor)

source code 
x.__init__(...) initializes x; see help(type(x)) for signature
Overrides: object.__init__
(inherited documentation)