Mercurial > hg > pyin
comparison SparseHMM.h @ 9:5945b8905d1f
README, copyrights
author | Chris Cannam |
---|---|
date | Fri, 06 Dec 2013 10:49:00 +0000 |
parents | 99bac62ee2da |
children | 080fe18f5ebf |
comparison
equal
deleted
inserted
replaced
8:97918c7d7529 | 9:5945b8905d1f |
---|---|
1 /* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */ | 1 /* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */ |
2 | |
2 /* | 3 /* |
3 This file is Copyright (c) 2012 Matthias Mauch | 4 pYIN - A fundamental frequency estimator for monophonic audio |
4 | 5 Centre for Digital Music, Queen Mary, University of London. |
6 | |
7 This program is free software; you can redistribute it and/or | |
8 modify it under the terms of the GNU General Public License as | |
9 published by the Free Software Foundation; either version 2 of the | |
10 License, or (at your option) any later version. See the file | |
11 COPYING included with this distribution for more information. | |
5 */ | 12 */ |
6 | 13 |
7 #ifndef _SPARSEHMM_H_ | 14 #ifndef _SPARSEHMM_H_ |
8 #define _SPARSEHMM_H_ | 15 #define _SPARSEHMM_H_ |
9 | 16 |