Added graph making, used 32-bit float samples.
commit31140f4fe90f8dc32697a843afcd9f0107ba834f
authorJoshua Phillips <jp.sittingduck@gmail.com>
Sun, 28 Dec 2008 22:02:19 +0000 (28 22:02 +0000)
committerJoshua Phillips <jp.sittingduck@gmail.com>
Sun, 28 Dec 2008 22:02:19 +0000 (28 22:02 +0000)
treecc4fc01e46b3b93a9faeaf8724d21aeddc20113d
parentdaacc903ec1210701b485aaa3e852caa19dcbe74
Added graph making, used 32-bit float samples.

Used 32-bit float samples for audio processing, giving better dynamic
range.

TODO: don't guess samplerate/channels all the time!
12 files changed:
SConscript
SConstruct
attr.h [new file with mode: 0644]
effect.h
effects.c
effects.h
graph.c [new file with mode: 0644]
graph.h [new file with mode: 0644]
main.c
sound-ioctl.c
soundout.c
soundout.h