aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorSylvain Munaut <tnt@246tNt.com>2010-10-29 11:44:40 +0200
committerSylvain Munaut <tnt@246tNt.com>2010-11-05 16:41:47 +0100
commitf905983b059c28bb60aa9e6656e26ff1fb5079c5 (patch)
treee1a00ac094890b2a0446b2eba8e4bb348d8e24af /include
parent5e380d072699c211a0b4fd3bc951cb49d14542fd (diff)
format: Add support for the 3GPP HR reference vocoder file/frame formats
Yes ... they use a different format for the decoder input than for the encoder output ... Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
Diffstat (limited to 'include')
-rw-r--r--include/gapk/formats.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/gapk/formats.h b/include/gapk/formats.h
index 19d60b8..4be519b 100644
--- a/include/gapk/formats.h
+++ b/include/gapk/formats.h
@@ -28,6 +28,10 @@ enum format_type {
/* Classic .gsm file for FR */
FMT_GSM,
+ /* 3GPP Reference HR vocodec files */
+ FMT_HR_REF_DEC,
+ FMT_HR_REF_ENC,
+
_FMT_MAX,
};