Browse Source

Update generate with new waveHeader.

Dmitry Chestnykh 14 years ago
parent
commit
ebb75a0b6c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      generate/main.go

+ 1 - 1
generate/main.go

@@ -71,7 +71,7 @@ func main() {
 // This file has been generated from .wav files using generate.go.
 // This file has been generated from .wav files using generate.go.
 
 
 var waveHeader = []byte{
 var waveHeader = []byte{
-	0x52, 0x49, 0x46, 0x46, 0xdf, 0x0a, 0x00, 0x00, 0x57, 0x41, 0x56, 0x45,
+	0x52, 0x49, 0x46, 0x46, 0x00, 0x00, 0x00, 0x00, 0x57, 0x41, 0x56, 0x45,
 	0x66, 0x6d, 0x74, 0x20, 0x10, 0x00, 0x00, 0x00, 0x01, 0x00, 0x01, 0x00,
 	0x66, 0x6d, 0x74, 0x20, 0x10, 0x00, 0x00, 0x00, 0x01, 0x00, 0x01, 0x00,
 	0x40, 0x1f, 0x00, 0x00, 0x40, 0x1f, 0x00, 0x00, 0x01, 0x00, 0x08, 0x00,
 	0x40, 0x1f, 0x00, 0x00, 0x40, 0x1f, 0x00, 0x00, 0x01, 0x00, 0x08, 0x00,
 	0x64, 0x61, 0x74, 0x61,
 	0x64, 0x61, 0x74, 0x61,