programs/sndfile-convert.c : Add 'htk' to the list of convert formats.

This commit is contained in:
Erik de Castro Lopo 2009-02-03 10:49:37 +11:00
parent 573a3bc9b2
commit 0f49287a58
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2009-02-03 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
* programs/sndfile-convert.c
Add 'htk' to the list of convert formats.
2009-01-14 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
* doc/index.html

View File

@ -1,5 +1,5 @@
/*
** Copyright (C) 1999-2008 Erik de Castro Lopo <erikd@mega-nerd.com>
** Copyright (C) 1999-2009 Erik de Castro Lopo <erikd@mega-nerd.com>
**
** All rights reserved.
**
@ -66,6 +66,7 @@ static OUTPUT_FORMAT_MAP format_map [] =
{ "fap", 0, SF_ENDIAN_LITTLE | SF_FORMAT_PAF },
{ "gsm", 0, SF_FORMAT_RAW },
{ "nist", 0, SF_FORMAT_NIST },
{ "htk", 0, SF_FORMAT_HTK },
{ "ircam", 0, SF_FORMAT_IRCAM },
{ "sf", 0, SF_FORMAT_IRCAM },
{ "voc", 0, SF_FORMAT_VOC },