diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 01:47:29 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 01:47:29 +0000 |
commit | 0ebf5bdf043a27fd3dfb7f92e0cb63d88954c44d (patch) | |
tree | a31f07c9bcca9d56ce61e9a1ffd30ef350d513aa /third_party/libwebrtc/resources/audio_coding/READ.ME | |
parent | Initial commit. (diff) | |
download | firefox-esr-0ebf5bdf043a27fd3dfb7f92e0cb63d88954c44d.tar.xz firefox-esr-0ebf5bdf043a27fd3dfb7f92e0cb63d88954c44d.zip |
Adding upstream version 115.8.0esr.upstream/115.8.0esr
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'third_party/libwebrtc/resources/audio_coding/READ.ME')
-rw-r--r-- | third_party/libwebrtc/resources/audio_coding/READ.ME | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/third_party/libwebrtc/resources/audio_coding/READ.ME b/third_party/libwebrtc/resources/audio_coding/READ.ME new file mode 100644 index 0000000000..4a021a6a3f --- /dev/null +++ b/third_party/libwebrtc/resources/audio_coding/READ.ME @@ -0,0 +1,18 @@ +Test files for Audio Coding Module + +testfile32kHz.pcm - mono speech file samples at 32 kHz +teststereo32kHz.pcm - stereo speech file samples at 32 kHz + +Test and reference vectors to verify correct execution of PacketCable +iLBC Fixed Point Reference Code + +Version 1.0.6 +Format: all .INP and .OUT files contain 16 bit sampled data using the +Intel (PC) format. The .BIT files are stored in the appropriate byte +sequence (big-endian format). + +*.INP - input files +*.BIT20 - bit stream files 20 ms mode +*.OUT20 - output files 20 ms mode (on a channel without packet loss) +*.BIT30 - bit stream files 30 ms mode +*.OUT30 - output files 30 ms mode (on a channel without packet loss) |