Added AM824 codec support to documentation

This commit is contained in:
Andrea Bondavalli 2020-04-24 09:07:26 -07:00
parent 48718c8dc2
commit 9d0e721e17
2 changed files with 3 additions and 2 deletions

View File

@ -125,6 +125,7 @@ make sure that no instances of the aes67-daemon are running, enter the [tests](d
## Run the demo ## ## Run the demo ##
<a name="demo"></a> <a name="demo"></a>
To run a simple demo use the [run\_demo.sh](run_demo.sh) script. See [script notes](#notes). To run a simple demo use the [run\_demo.sh](run_demo.sh) script. See [script notes](#notes).
The demo configures and uses a loopback of 8 channels with AM824 codec (S32 format) codec at 48Khz and saves the output to a wav file.
The demo performs the following operations: The demo performs the following operations:
@ -148,7 +149,7 @@ To run interoperability tests using the [Hasseb audio over Ethernet receiver](ht
* verify that PulseAdio is not running. See [PulseAudio](#notes). * verify that PulseAdio is not running. See [PulseAudio](#notes).
* install the ALSA RAVENNA/AES67 module with: * install the ALSA RAVENNA/AES67 module with:
sudo insmod 3rdparty/ravenna-alsa-lkm/driver/MergingRavennaALSA.ko* sudo insmod 3rdparty/ravenna-alsa-lkm/driver/MergingRavennaALSA.ko
* run the daemon using the new configuration file: * run the daemon using the new configuration file:

View File

@ -317,7 +317,7 @@ where:
> **codec** > **codec**
> JSON string specifying codec in use. > JSON string specifying codec in use.
> Valid values are L16 and L24. > Valid values are L16, L24 and AM824 (L32).
> **max\_sample\_per\_packet** > **max\_sample\_per\_packet**
> JSON number specifying the max number of samples contained in one RTP packet. > JSON number specifying the max number of samples contained in one RTP packet.