# HG changeset patch # User Mychaela Falconia # Date 1683523272 0 # Node ID de1b52304d264791883724d101c1e1383cf458c2 # Parent e4a4bf11f37c85698dbbf2aef4c325ab53b3a810 doc/Utils-overview: add new PCM utilities diff -r e4a4bf11f37c -r de1b52304d26 doc/Utils-overview --- 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