changeset 238:de1b52304d26

doc/Utils-overview: add new PCM utilities
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 08 May 2023 05:21:12 +0000
parents e4a4bf11f37c
children b8e095a9e360
files doc/Utils-overview
diffstat 1 files changed, 13 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/doc/Utils-overview	Mon May 08 04:29:05 2023 +0000
+++ b/doc/Utils-overview	Mon May 08 05:21:12 2023 +0000
@@ -54,5 +54,18 @@
 
 gsmrec-dump		See Binary-file-format article.
 
+pcm16-check13		This program reads a 16-bit linear PCM recording file
+			(raw BE by default, or raw LE with -l option) and checks
+			if the 3 least significant bits of every sample are all
+			zeros.  All linear PCM samples consumed or generated by
+			GSM codecs are only 13 bits wide, left-justified in
+			16-bit words, and so is output from G.711 A-law decoding
+			- thus it is useful to be able to check if a given file
+			in 16-bit PCM format is purely 13-bit or not.
+
 pcm16-raw2wav		See PCM-file-formats article.
 pcm16-wav2raw
+
+pcm16-to-alaw		See PCM8-conversions article.
+pcm16-to-ulaw
+pcm8-to-pcm16