Skip to content

Releases: sh-lee97/grafx

v0.6.0

18 Sep 14:45
Compare
Choose a tag to compare

What's Changed

  • v0.6.0a (new processors) in #2 @sh-lee97
  • feat: new IIR backend ssm for faster biquads on GPU by @yoyololicon in #3
  • test import fixes in #4 @gillosae

Full Changelog: v0.5.2...v0.6.0

v0.6.0a

06 Sep 13:47
187f752
Compare
Choose a tag to compare
v0.6.0a Pre-release
Pre-release

More processors (see the Doc version history)

v0.5.2

08 Aug 20:15
Compare
Choose a tag to compare

Bugfix on the render method

v0.5.1

08 Aug 17:48
Compare
Choose a tag to compare

Quick bugfix; dependency & import issues.

v0.5.0

06 Aug 13:33
Compare
Choose a tag to compare

Core functionalities of the library.

  • Graph data structures: GRAFX and GRAFXTensor, 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, and StereoMultitapDelay.
  • Auxiliary processor containers: DryWet and GainStagingRegularization.