16 src = fetchFromGitHub {
20 sha256 = "sha256-W0pCfFmM+6N6+HdGdQ/GBNHjBspkwtlxZC2m2noKGx0=";
29 description = "LC3 (Low Complexity Communication Codec) is an efficient low latency audio codec";
30 homepage = "https://github.com/google/liblc3";
31 license = licenses.asl20;
32 platforms = platforms.linux;
33 maintainers = with maintainers; [ jansol ];