MCPcopy Create free account
hub / github.com/OpenShot/libopenshot / Compressor

Method Compressor

src/audio_effects/Compressor.cpp:19–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17using namespace openshot;
18
19Compressor::Compressor() : Compressor::Compressor(-10, 1, 1, 1, 1, false) {}
20
21Compressor::Compressor(Keyframe threshold, Keyframe ratio, Keyframe attack,
22 Keyframe release, Keyframe makeup_gain,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected