/alto

A C implementation of an audio compression algorithm using the Fast Hartley Transform

Primary LanguageCMIT LicenseMIT

alto


[ IN PROGRESS ]

A C implementation of a real-time audio compression algorithm, derived from these two papers: the Fast Hartley Transform and this audio compression scheme

To-do:

  • Testing suite
  • Decoding algorithm
  • Windowing function
  • In-place FHT algorithm

Done-ish:

  • FHT implementation
  • Zero-length encoding