1 { lib, stdenv, fetchurl }:
8 url = "https://bricxcc.sourceforge.net/wavrsocvt.tgz";
9 sha256 = "15qlvdfwbiclljj7075ycm78yzqahzrgl4ky8pymix5179acm05h";
22 description = "Convert .wav files into sound files for Lego NXT brick";
23 mainProgram = "wavrsocvt";
25 wavrsocvt is a command-line utility which can be used from a
26 terminal window or script to convert .wav files into sound
27 files for the NXT brick (.rso files). It can also convert the
28 other direction (i.e., .rso -> .wav). It can produce RSO files
29 with a sample rate between 2000 and 16000 (the min/max range of
30 supported sample rates in the standard NXT firmware).
31 You can then upload these with e.g. nxt-python.
33 homepage = "https://bricxcc.sourceforge.net/";
34 license = licenses.mpl11;
35 maintainers = with maintainers; [ leenaars ];
36 platforms = with platforms; linux;