1 { lib, stdenv, fetchFromGitHub, cmake }:
3 stdenv.mkDerivation rec {
7 src = fetchFromGitHub {
11 sha256 = "1jpvr7bra8srz8jvnlbmhf8andbaavq5v01qjnp2f61za93rzwba";
14 nativeBuildInputs = [ cmake ];
17 description = "Speech codec designed for communications quality speech at low data rates";
18 homepage = "http://www.rowetel.com/blog/?page_id=452";
19 license = licenses.lgpl21Only;
20 platforms = platforms.unix;
21 maintainers = with maintainers; [ markuskowa ];