Gistgist

Gist is a C++ audio analysis library intended for use in real-time applications. It contains a range of audio analysis algorithms, including:

  • Simple Time Domain Features (e.g. RMS, Zero Crossing Rate)
  • Simple Frequency Domain Features (e.g. Spectral Centroid, Spectral Flatness)
  • Onset Detection Functions (e.g. Energy Difference, Complex Spectral Difference)
  • Pitch Detection
  • Mel-frequency Representations (e.g. Mel-frequency Spectrum, MFCCs)

Gist is a core part of the Sound Analyser audio plug-in.

Source Code

The source can be found on the Gist GitHub Repository.

Documentation

For a quick guide to getting started, try the README file on the GitHub repository.

 

License

Copyright (c) 2014 Adam Stark

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.