comparison doc/Binary-file-format @ 124:598ee3ce238b

doc/Binary-file-format: document .gsmx suffix
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 10 Dec 2022 23:27:14 +0000
parents 820d88b97924
children b4b1c3a192c7
comparison
equal deleted inserted replaced
123:92fdb499b5c3 124:598ee3ce238b
17 17
18 FR and EFR frames are not expected to be mixed in the same stream recording; 18 FR and EFR frames are not expected to be mixed in the same stream recording;
19 our low-level binary file reading function will grok such mixing just fine, but 19 our low-level binary file reading function will grok such mixing just fine, but
20 each higher-level test program is expected to be written for only one codec, 20 each higher-level test program is expected to be written for only one codec,
21 either FR or EFR. 21 either FR or EFR.
22
23 The recommended filename suffix for extended-libgsm binary files in the present
24 format is .gsmx; of course dot-separated filename suffixes hold absolutely no
25 special meaning on Unix systems, but many developers still strongly prefer to
26 have them for psychological comfort.