comparison efrtest/etsi-enc.c @ 432:d4f47d0962e7

efrtest/etsi-enc.c: fix error in head comment
author Mychaela Falconia <falcon@freecalypso.org>
date Wed, 08 May 2024 00:43:55 +0000
parents a13b1605142b
children 51678b070c7a
comparison
equal deleted inserted replaced
431:f0496507d409 432:d4f47d0962e7
1 /* 1 /*
2 * gsmefr-etsi-enc is a test program for our EFR encoder: it reads raw 2 * gsmefr-etsi-enc is a test program for our EFR encoder: it reads raw
3 * 16-bit PCM (matching ETSI's *.inp) as input and writes ETSI's *.cod 3 * 16-bit PCM (matching ETSI's *.inp) as input and writes ETSI's *.cod
4 * format as output, allowing our decoder to be tested with ETSI's 4 * format as output, allowing our encoder to be tested with ETSI's
5 * official test sequences. 5 * official test sequences.
6 * 6 *
7 * ETSI input and output files are read and written in LE byte order, 7 * ETSI input and output files are read and written in LE byte order,
8 * matching the official test sequences in ts_100725v050200p0.zip. 8 * matching the official test sequences in ts_100725v050200p0.zip.
9 */ 9 */