comparison doc/EFR-library-API @ 463:9208db14b4b9

doc/EFR-library-API: rm reference to old libgsm
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 11 May 2024 20:29:11 +0000
parents fe5aceaf51e0
children 2d46abdfbe91
comparison
equal deleted inserted replaced
462:bada654a859b 463:9208db14b4b9
1 Libgsmefr general usage
2 =======================
3
1 The external public interface to Themyscira libgsmefr consists of a single 4 The external public interface to Themyscira libgsmefr consists of a single
2 header file <gsm_efr.h>; it should be installed in the same system include 5 header file <gsm_efr.h>; it should be installed in some system include
3 directory as <gsm.h> from classic libgsm (1990s free software product) for the 6 directory.
4 original FR codec, and the API of libgsmefr is modeled after that of libgsm.
5 7
6 The dialect of C we chose for libgsmefr is ANSI C (function prototypes), const 8 The dialect of C we chose for libgsmefr is ANSI C (function prototypes), const
7 qualifier is used where appropriate, and the interface is defined in terms of 9 qualifier is used where appropriate, and the interface is defined in terms of
8 <stdint.h> types; <gsm_efr.h> includes <stdint.h>. 10 <stdint.h> types; <gsm_efr.h> includes <stdint.h>.
9 11