Initial commit. Plays a wave file.
commitf5f4ebba56df60cc4e6fa8b3a2c79c87e01f0a7d
authorJoshua Phillips <jp.sittingduck@gmail.com>
Sun, 28 Dec 2008 19:39:30 +0000 (28 19:39 +0000)
committerJoshua Phillips <jp.sittingduck@gmail.com>
Sun, 28 Dec 2008 19:39:30 +0000 (28 19:39 +0000)
treed4e3487cc36b647dc277af34bd3bcdab8c81ad06
Initial commit. Plays a wave file.
12 files changed:
.gitignore [new file with mode: 0644]
SConscript [new file with mode: 0644]
SConstruct [new file with mode: 0644]
aformat.c [new file with mode: 0644]
aformat.h [new file with mode: 0644]
main.c [new file with mode: 0644]
sound-ioctl.c [new file with mode: 0644]
sound-ioctl.h [new file with mode: 0644]
soundout.c [new file with mode: 0644]
soundout.h [new file with mode: 0644]
wavefile.c [new file with mode: 0644]
wavefile.h [new file with mode: 0644]