Releases: sh-lee97/grafx
Releases · sh-lee97/grafx
v0.6.0
v0.6.0a
More processors (see the Doc version history)
v0.5.2
Bugfix on the render method
v0.5.1
v0.5.0
Core functionalities of the library.
- Graph data structures:
GRAFX
andGRAFXTensor
, and their basic utility functions. - Audio rendering methods:
render_grafx
and other preparation methods. - Basic graph visualization tools:
draw_grafx
and other utility functions. - Differentiable audio processors:
ZeroPhaseFIREqualizer
,StereoGain
,SideGainImager
,ApproxCompressor
,ApproxNoiseGate
,MidSideFilteredNoiseReverb
, andStereoMultitapDelay
. - Auxiliary processor containers:
DryWet
andGainStagingRegularization
.