Skip to content

Instantly share code, notes, and snippets.

@andreasjansson
Created December 3, 2011 21:17
Show Gist options
  • Save andreasjansson/1428176 to your computer and use it in GitHub Desktop.
Save andreasjansson/1428176 to your computer and use it in GitHub Desktop.
Infinite wav header
char header[] = {
0x52, 0x49, 0x46, 0x46, 0x24, 0x40, 0x00, 0x00, 0x57, 0x41, 0x56, 0x45, 0x66, 0x6d, 0x74, 0x20,
0x10, 0x00, 0x00, 0x00, 0x01, 0x00, 0x02, 0x00, 0x44, 0xac, 0x00, 0x00, 0x10, 0xb1, 0x02, 0x00,
0x04, 0x00, 0x10, 0x00, 0x64, 0x61, 0x74, 0x61, 0xff, 0xff, 0xff, 0xff
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment