Mercurial > hg > audio-file-loader
view SoundFileLoader.cpp @ 1:ba2a17cf81bf
first working version of audio file loder. Loads bach clip from the apps->audio-file-loader->bin->data->sounds foler. Three classes: SoundFileLoader does the loading and parsing of thefile with libSndFile. audio samples are kept in AudioFile and analysis of features are kept in AudioAnalysis, at this stage just chromagramm and basic energy
author | Andrew N Robertson <andrew.robertson@eecs.qmul.ac.uk> |
---|---|
date | Sun, 04 Sep 2011 22:45:35 +0100 |
parents | |
children |
line wrap: on
line source
/* * SoundFileLoader.cpp * audioFileLoaderSVN1 * * Created by Andrew on 04/09/2011. * Copyright 2011 QMUL. All rights reserved. * */ #include "SoundFileLoader.h"