Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: everdrone/libsnd

libsnd v0.1.1

02 Jul 18:18

Choose a tag to compare

Changelog

  • Fix test/CMakeLists.txt file name typo: ef3d2c5

libsnd v0.1.0

30 Jun 00:37
67d9ec1

Choose a tag to compare

Changelog

  • Rename test directory from tests to test: 1c700ad
  • Integrate GoogleTest: a97597b
  • Add FM Synth example program: b846147
  • Fix snd::Sine frequency interpolation: 5e37b13
  • Add sin, cos, tanh approximation functions: 4f5e96d
  • Add WaveShaper class and tanh Saturator: 0aa6ac1
  • Add waveshaper example: 2f9b61f
  • Add saturator tests: 7cfb1fd
  • Add tests for approximation functions: bb6b548
  • Add tests for interpolation functions: 38f0884
  • Add tests for snd::LFO namespace: 40de19d
  • Add tests for Sine: 2613218
  • Fix bilinear coeff calculation: 7e02c1b

libsnd v0.0.7

12 Mar 10:49

Choose a tag to compare

Warning

This library is still under development!

Changelog

  • Parabolic, Sawtooth, Square LFOs. 27ba716

libsnd v0.0.6

11 Mar 22:48

Choose a tag to compare

Warning

This library is still under development!

Changelog

  • Switched to CMake build system

Features

  • Sine Oscillator (anti-aliased)
  • Sine LFO
  • Triangle LFO
  • Envelope Generator Toolkit
  • Interpolation Functions
  • Denormal Canceling

libsnd v0.0.4

10 Mar 17:19

Choose a tag to compare

Warning

This library is still under development!

Features

  • Sine oscillator
  • Envelope Generator Toolkit
  • Interpolation functions
  • Denormal canceling