psychos.sound.Envelope#
- class psychos.sound.Envelope[source]#
Bases:
objectBase class for SynthesisSource amplitude envelopes.
Custom Envelopes need only provide a single get_generator method that takes the sample rate, and duration as arguments.
- __init__()#
Methods
__init__()get_generator(sample_rate, duration)Get a generator instance.