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:
12
lib-src/libscorealign/main.h
Normal file
12
lib-src/libscorealign/main.h
Normal 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);
|
||||
Reference in New Issue
Block a user