libnx/nx/include/switch
Lioncash 03143cbadc hwopus: Document second member of HwopusHeader
This second member indicates the Opus encoder's entropy coder's final
range. While nothing in the service actually does anything with the
final range as far as I can tell, this is specified within RFC 6716
(https://tools.ietf.org/html/rfc6716, see section "6. Conformance") as a
means of ensuring decoder conformance. States as follows:

"In addition, a compliant decoder implementation MUST have
 the same final range decoder state as that of the reference decoder."

So what is likely done when performing compliance testing is the data is
encoded, and then the final range of the encoder is sent via this
header, then during decoding, the final range would be checked against
to ensure that it's valid.
2019-03-10 21:34:54 -04:00
..
applets Fixed WebWifi docs. 2019-03-09 21:51:32 -05:00
arm arm: Rename armTickToNs(), etc 2018-12-17 16:06:23 +01:00
audio Added auddev and AudioDeviceName. 2018-11-02 16:04:09 -04:00
display Fixed doxygen issues / improved docs. Closes #230. 2019-02-19 16:56:33 -05:00
kernel barrier: More efficient impl, maybe 2019-02-23 21:05:39 +01:00
nvidia Fix NvColorFormat enum 2019-01-04 22:30:52 +01:00
runtime Introduce hosversion.h - HOS version detection utilities 2019-02-18 21:48:41 +01:00
services hwopus: Document second member of HwopusHeader 2019-03-10 21:34:54 -04:00
nacp.h Added nacpGetLanguageEntry and SetLanguage_Total. 2018-04-18 23:38:01 -04:00
nro.h Stylefix for nro 2018-02-26 02:10:49 +01:00
result.h Added LibnxError_LibAppletBadExit, which is now used in swkbd. 2018-12-20 21:08:36 -05:00
types.h Fixed doxygen issues / improved docs. Closes #230. 2019-02-19 16:56:33 -05:00