From 6266e3e5577bc7c11d300a873c150b6a7900376a Mon Sep 17 00:00:00 2001 From: Javier Degirolmo Date: Mon, 27 Aug 2012 07:58:24 -0300 Subject: Fuck it, we're doing it live --- doc/ewf.txt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 doc/ewf.txt (limited to 'doc/ewf.txt') 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. + +============================================================================= -- cgit v1.2.3