Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/share/examples/rump



Module Name:    src
Committed By:   pooka
Date:           Sat May  1 23:31:01 UTC 2010

Modified Files:
        src/share/examples/rump: Makefile
Added Files:
        src/share/examples/rump/pad_nothai: Makefile musa.c pad_nothai.c

Log Message:
Add a test/example program for using audio/pad in a rump kernel.
It stuffs some nice sounds into the virtual kernel's /dev/audio,
reads the PCM from /dev/pad, and writes the data to stdout from
where it can be piped to audioplay to test that things actually
work.

If you want to know the secret message, you'll just have to run
this program ;)


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/share/examples/rump/Makefile
cvs rdiff -u -r0 -r1.1 src/share/examples/rump/pad_nothai/Makefile \
    src/share/examples/rump/pad_nothai/musa.c \
    src/share/examples/rump/pad_nothai/pad_nothai.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index