1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-01-12 07:35:51 +01:00

Update scorealign to SVN r227.

This commit is contained in:
lllucius
2013-11-01 15:59:33 +00:00
parent ce00d5b507
commit e3bea17f16
49 changed files with 1768 additions and 10312 deletions

View File

@@ -0,0 +1,12 @@
/* main.h -- declarations of some command-line functions
*
* If VERBOSE is on in some files, some print functions are called.
* Since these are only appropriate for the command-line interface,
* there are some print functions declared in main.cpp. main.h
* declares these functions for use in scorealign.cpp (and maybe others)
*
* 14-Jul-08 RBD
*/
void print_path_range(const short *pathx, const short *pathy, int i, int j);
void print_chroma_table(const float *chrom_energy, int frames);