diff options
author | rekado <rekado@elephly.net> | 2013-01-13 22:20:20 +0800 |
---|---|---|
committer | rekado <rekado@elephly.net> | 2013-01-13 22:47:05 +0800 |
commit | a05da3e29c3262de3977bb2ad24c1a195b0dfdff (patch) | |
tree | ac2f6812730a582725e7b9fb1c68a6b5e7b80bd9 /src/mdaPiano.cpp | |
parent | 1e00b49cd54355c45c6bea5db4699d411a8a2f8b (diff) |
Convert pianoData array to raw audio file
To play back the raw audio file use:
aplay -t raw -f S16_LE -r 44100 data/samples.raw
It should be possible to replace the samples with something of a little
higher quality later.
Diffstat (limited to 'src/mdaPiano.cpp')
-rw-r--r-- | src/mdaPiano.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mdaPiano.cpp b/src/mdaPiano.cpp index 2d26d00..c3a5b11 100644 --- a/src/mdaPiano.cpp +++ b/src/mdaPiano.cpp @@ -13,7 +13,6 @@ * ================================================== */ -#include "mdaPianoData.h" #include "mdaPiano.h" #include <stdio.h> |