FreeCalypso > hg > gsm-codec-lib
comparison libgsmefr/gsm_efr.h @ 425:9499d12d315b
libgsmefr/gsm_efr.h: update header comment
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Tue, 07 May 2024 19:18:57 +0000 |
parents | 88468d5b3590 |
children | ea89eb8291bf |
comparison
equal
deleted
inserted
replaced
424:98355251975d | 425:9499d12d315b |
---|---|
1 /* | 1 /* |
2 * This header file is the external public interface to libgsmefr; | 2 * This header file is the external public interface to libgsmefr: |
3 * it should be installed in the same system include directory | 3 * Themyscira Wireless implementation of GSM-EFR speech codec |
4 * as <gsm.h> and <gsm_fr_preproc.h> for the older FR codec. | 4 * based on the original ETSI code of GSM 06.53, adapted to the |
5 * RTP frame format of ETSI TS 101 318. | |
6 * | |
7 * This header file should be installed in some system include directory | |
8 * such that it can be included by C sources as <gsm_efr.h>. | |
5 */ | 9 */ |
6 | 10 |
7 #ifndef __GSM_EFR_H | 11 #ifndef __GSM_EFR_H |
8 #define __GSM_EFR_H | 12 #define __GSM_EFR_H |
9 | 13 |