ddsp.util.envelope

Copyright 2017 Cut Through Recordings

Members

Classes

EnvelopeDetector
class EnvelopeDetector(T)

Envelop Detector with adjustable attack and release times. Great for compressors and meters.

MovingAverage
class MovingAverage(T)

This class is used for calculating a moving average. It's useful for things such as smoothing meter values.

PeakDetector
class PeakDetector(T)

Simple Peak envelope follower, useful for meters.

RMSDetector
class RMSDetector(T)
Undocumented in source.

Meta

License

MIT License Author(s): Ethan Reker