Update README.md

This commit is contained in:
Andrea Bondavalli 2024-12-18 12:37:59 +01:00 committed by GitHub
parent d17962ee48
commit 6563a56da4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,4 @@
# AES67 Linux Daemon #1 AES67 Linux Daemon
AES67 Linux Daemon is a Linux implementation of AES67 interoperability standard used to distribute and synchronize real time audio over Ethernet. AES67 Linux Daemon is a Linux implementation of AES67 interoperability standard used to distribute and synchronize real time audio over Ethernet.
See [https://en.wikipedia.org/wiki/AES67](https://en.wikipedia.org/wiki/AES67) for additional info. See [https://en.wikipedia.org/wiki/AES67](https://en.wikipedia.org/wiki/AES67) for additional info.
@ -178,7 +178,7 @@ The [aes67-daemon branch of ravenna-alsa-lkm repository](https://github.com/bond
The following patches have been applied to the original module: The following patches have been applied to the original module:
* patch to use ALSA managed buffer allocation and compile with Linux Kernel v6.12 and above (from driver version v1.12) * patch to use ALSA managed buffer allocation and compile with Linux Kernel v6.12 and above (from driver version v1.13)
* patch to compile with Linux Kernel v6.11 and above (from driver version v1.11) * patch to compile with Linux Kernel v6.11 and above (from driver version v1.11)
* patch to support sample rates 192Khz and 384Khz (from driver version v1.7) * patch to support sample rates 192Khz and 384Khz (from driver version v1.7)
* patch to compile with Linux Kernel v6.2 and above (from driver version v1.7) * patch to compile with Linux Kernel v6.2 and above (from driver version v1.7)