aboutsummaryrefslogtreecommitdiff
path: root/doc/ewf.txt
diff options
context:
space:
mode:
authorJavier Degirolmo2012-08-27 07:58:24 -0300
committerJavier Degirolmo2012-08-27 07:58:24 -0300
commit6266e3e5577bc7c11d300a873c150b6a7900376a (patch)
tree82b14ee437f6f802cd5cd896dd66c58c29ea7ec0 /doc/ewf.txt
parent2f83b4822b5825d58ab4a74e4e9e5f0be2cc78f2 (diff)
Fuck it, we're doing it live
Diffstat (limited to 'doc/ewf.txt')
-rw-r--r--doc/ewf.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/ewf.txt b/doc/ewf.txt
new file mode 100644
index 0000000..e83dbbe
--- /dev/null
+++ b/doc/ewf.txt
@@ -0,0 +1,15 @@
+=============================================================================
+
+OVERVIEW
+
+ EWF stands for "Echo Waveform Format" and it's the format in which PCM
+ instruments are stored.
+
+FORMAT
+
+ There isn't much to it. PCM data is stored as unsigned 8-bit, 10250 Hz,
+ mono. The bytes specifying the waveform data contain values ranging from
+ $00 to $FE. When a byte with value $FF is found, this is the end of the
+ waveform.
+
+=============================================================================