What's new in The Analysis & Reconstruction Sound Engine 0.2d2

Dec 15, 2011
  • The sine synthesis currently uses a sinc-based envelope interpolation instead of cubic spline, and does it all in the frequency domain instead of the time domain, which makes it slower
  • The noise synthesis has been disabled as it hasn't been implemented yet. For the sake of speed it will be based on cubic spline envelope interpolation modulated with looped noise passed through a filter bank.

New in The Analysis & Reconstruction Sound Engine 0.1 (Jun 11, 2007)

  • Replaced fixed phase sine generation with random phase sine generation
  • Changed the PRNG
  • Removed the unused code
  • Removed every call of nearbyint() due to compatibility issues
  • Included the necessary files in order to make using ./configure && make && make install