Module pippi.soundpipe
Functions
bitcrush
def bitcrush(
snd,
bitdepth,
samplerate
)
butbp
def butbp(
snd,
freq
)
butbr
def butbr(
snd,
freq
)
buthp
def buthp(
snd,
freq
)
butlp
def butlp(
snd,
freq
)
compressor
def compressor(
snd,
ratio,
thresh,
atk,
rel
)
dcblock
def dcblock(
snd
)
mincer
def mincer(
snd,
length,
time,
amp,
pitch,
wtsize=4096,
samplerate=44100
)
paulstretch
def paulstretch(
snd,
windowsize,
stretch,
samplerate=44100
)
saturator
def saturator(
snd,
drive,
dcoffset,
dcblock
)