From b7d797c11833f2f3c091818ff4fb2354028bd3e4 Mon Sep 17 00:00:00 2001 From: Anders Martinsson Date: Tue, 7 Jun 2022 17:06:26 +0200 Subject: [PATCH] Correct case for kHz (kilohertz) --- DEVICES.md | 4 ++-- USB_GADGET.md | 2 +- daemon/README.md | 2 +- webui/src/SinkEdit.jsx | 10 +++++----- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/DEVICES.md b/DEVICES.md index 37cf37e..08f258b 100644 --- a/DEVICES.md +++ b/DEVICES.md @@ -17,7 +17,7 @@ Before running any interoperability test configure the AES67 daemon with the fol * open the daemon configuration file *daemon.conf* and change the following parameters: * set network interface name to your Ethernet card: *"interface\_name": "eth0"* - * set default sample rate to 48Khz: *"sample\_rate": 48000* + * set default sample rate to 48kHz: *"sample\_rate": 48000* * set TIC frame size @1FS (samples) to 48 samples: *"tic\_frame\_size\_at\_1fs": 48* * verify that PulseAdio is not running. See [PulseAudio](README.md#notes). * install the ALSA RAVENNA/AES67 module with: @@ -29,7 +29,7 @@ Before running any interoperability test configure the AES67 daemon with the fol aes67-daemon -c daemon.conf * open the Daemon WebUI *http://[address:8080]* and do the following: - * go to Config tab and verify that the sample rate is set to 48KHz and the TIC frame size @1FS is set to 48 samples + * go to Config tab and verify that the sample rate is set to 48kHz and the TIC frame size @1FS is set to 48 samples * go to Sources tab and add a new Source using the plus button * set Codec to L24 * set Max samples per packet to 48 samples diff --git a/USB_GADGET.md b/USB_GADGET.md index 1506e6c..23421ff 100644 --- a/USB_GADGET.md +++ b/USB_GADGET.md @@ -38,7 +38,7 @@ The expected output is: 0 [UAC1Gadget ]: UAC1_Gadget - UAC1_Gadget UAC1_Gadget 0 -By default this new audio codec works with a sample rate of 48Khz, 2 channels and sample format *S16_LE*. +By default this new audio codec works with a sample rate of 48kHz, 2 channels and sample format *S16_LE*. On the PC new audio input and output devices show up. The name assigned to these depend on the OS. diff --git a/daemon/README.md b/daemon/README.md index 976456a..b16a126 100644 --- a/daemon/README.md +++ b/daemon/README.md @@ -359,7 +359,7 @@ where: > JSON number specifying the max number of samples contained in one RTP packet. > Valid values are 12, 16, 48, 96, 192. > See the table below for correspondent max RTP packet duration: -> | | 44.1Khz | 48Khz | 96Khz | +> | | 44.1kHz | 48kHz | 96kHz | > |-----|----------|---------|---------| > | 12 | 272µs | 250µs | 125µs | > | 16 | 363µs | 333µs | 166µs | diff --git a/webui/src/SinkEdit.jsx b/webui/src/SinkEdit.jsx index a9f428b..c053a8a 100644 --- a/webui/src/SinkEdit.jsx +++ b/webui/src/SinkEdit.jsx @@ -197,11 +197,11 @@ class SinkEdit extends Component {