diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-10-09 09:25:38 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-10-09 09:25:38 +0000 |
commit | ae6deb96afc7e864a8450606a00fc5d61dabde63 (patch) | |
tree | 17def23dbe61eac91d55e83cc2f98461c8a8e00e /audio/Makefile | |
parent | libtrace is a library for trace processing. It supports multiple input methods, (diff) |
WaoN is a Wave-to-Notes transcriber (converts audio file into midi file)
and some utility tools such as gWaoN, graphical visualization of the
spectra, and phase vocoder for time-stretching and pitch-shifting.
WWW: http://waon.sourceforge.net/
PR: ports/117034
Submitted by: Kengo Ichiki <kichiki at users.sourceforge.net>
Notes
Notes:
svn path=/head/; revision=201155
Diffstat (limited to 'audio/Makefile')
-rw-r--r-- | audio/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile index f7318465d192..38ed416ba417 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -647,6 +647,7 @@ SUBDIR += vorbis-tools SUBDIR += vorbisgain SUBDIR += vsound + SUBDIR += waon SUBDIR += wav2cdr SUBDIR += wavbreaker SUBDIR += waveplay |