5 # The two audio backends:
10 stdenv.mkDerivation rec {
14 src = fetchFromGitHub {
18 sha256 = "0ipqna7a9mxqm0fl9ggwhbc7i9yxz3jfyi0w3dymjp40v7jw1n20";
32 description = "A realtime scripted modular audio engine for video games and musical applications";
33 homepage = "http://audiality.org";
34 license = licenses.zlib;
35 platforms = platforms.all;
36 maintainers = with maintainers; [ fgaz ];