comparison WIP:gsmhr @ 509:b7ddcb178ef6

add WIP:gsmhr note file
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 17 Aug 2024 23:11:51 +0000
parents
children
comparison
equal deleted inserted replaced
508:c275e57132f8 509:b7ddcb178ef6
1 The present state of gsm-codec-lib Hg repository is a Work In Progress
2 with respect to addition of libgsmhr1, a WIP library seeking to implement
3 GSM-HR codec in a way that fits into the grander vision of Themyscira Wireless.
4
5 In the present WIP state absolutely NO commitments are being made with regard
6 to API stability - the current WIP API can change at any moment!
7
8 As a reminder, NO binary packages or build recipes should be made from this
9 WIP state! If you don't need GSM-HR codec, please use the latest stable
10 release tarball; if you do need GSM-HR codec, please wait until libgsmhr1
11 reaches version 1.0.0 per SemVer.
12
13 If you need some GSM-HR functions (e.g., frame packing and unpacking) and
14 cannot wait for libgsmhr1 version 1.0.0, the acceptable interim solution is to
15 lift those individual C modules out of this repository and plop them directly
16 into your own code - doing so would be more acceptable than making installable
17 packages out of the present WIP.