From: Kostya Shishkov Date: Sun, 19 Apr 2020 08:03:32 +0000 (+0200) Subject: add Lernout & Hauspie StreamTalk codecs to the registry X-Git-Url: https://git.nihav.org/?p=nihav.git;a=commitdiff_plain;h=ed374345f5b66f8d415f9a247b8a2f9b3fdd16ba add Lernout & Hauspie StreamTalk codecs to the registry --- diff --git a/nihav-registry/src/register.rs b/nihav-registry/src/register.rs index 5821ced..f23ba06 100644 --- a/nihav-registry/src/register.rs +++ b/nihav-registry/src/register.rs @@ -207,6 +207,11 @@ static CODEC_REGISTER: &'static [CodecDescription] = &[ desc!(video; "bink2-video", "Bink2 video"), desc!(audio; "bink-audio-dct", "Bink audio (DCT)"), desc!(audio; "bink-audio-rdft", "Bink audio (RDFT)"), + + desc!(audio; "lhst15f8", "L&H StreamTalk 15kbps at 8 kHz"), + desc!(audio; "lhst250f11", "L&H StreamTalk 25kbps at 11 kHz"), + desc!(audio; "lhst500f22", "L&H StreamTalk 50kpbs at 22 kHz"), + desc!(audio; "lhst48", "L&H StreamTalk CELP Codec 4.8kbps at 8 kHz"), ]; static AVI_VIDEO_CODEC_REGISTER: &'static [(&[u8;4], &str)] = &[