mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-10 00:23:32 +02:00
autotools
dox2-src
help
images
include
lib-src
FileDialog
expat
ffmpeg
lame
lib-widget-extra
libflac
libid3tag
libmad
libnyquist
libogg
libscorealign
autotools
compare_transcripts
fft3
scorealign.xcodeproj
test
Makefile.am
Makefile.in
Makefile.linux
Makefile.osx
README.txt
alignfiles.cpp
alignfiles.h
audiofilereader-snd.cpp
audiofilereader-snd.h
audiofilereader.cpp
audiofilereader.h
audioreader.cpp
audioreader.h
changelog.txt
comp_chroma.cpp
comp_chroma.h
compare_transcripts.vcproj
configure
configure.ac
curvefit.cpp
curvefit.h
gen_chroma.cpp
gen_chroma.h
hillclimb.cpp
hillclimb.h
license.txt
main.cpp
main.h
regression.cpp
regression.h
sautils.cpp
sautils.h
score-align.sln
score-align.vcproj
scorealign-vc2010.sln
scorealign-vc2010.vcproj
scorealign.cpp
scorealign.h
scorealign.pc.in
trace.cpp
trace.h
libsndfile
libsoxr
libvamp
libvorbis
lv2
mod-null
mod-nyq-bench
mod-script-pipe
mod-track-panel
portaudio-v19
portburn
portmidi
portmixer
portsmf
sbsms
soundtouch
twolame
Makefile.am
Makefile.in
audacity-patches.txt
dist-libsoxr.mk
dist-libvamp.mk
dist-portaudio.mk
locale
m4
mac
nyquist
plug-ins
presets
qa
scripts
src
tests
win
.gitignore
.travis.yml
ABOUT-NLS
LICENSE.txt
Makefile.am
Makefile.in
README.txt
audacity.dox
branches.txt
configure
configure.ac
po
todo.txt
13 lines
499 B
C
13 lines
499 B
C
/* 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);
|