17 src = fetchFromGitHub {
21 sha256 = "sha256-h9qy04FqlHXp0bOUoP4+WqI0yrM78e56S+DEn3HztYo=";
35 description = "LC3 (Low Complexity Communication Codec) is an efficient low latency audio codec";
36 homepage = "https://github.com/google/liblc3";
37 license = licenses.asl20;
38 platforms = platforms.unix;
39 maintainers = with maintainers; [ jansol ];