Clean up sound subproject

* remove obsolete files
* move text and binary files to resources directory
This commit is contained in:
2014-11-29 14:17:39 +00:00
parent 435bd01909
commit b33dc10b44
24 changed files with 1 additions and 83 deletions

View File

@@ -0,0 +1,12 @@
junk (with or without header)
PCM_SIGNED 8000.0 Hz, 16 bit, mono, 2 bytes/frame, little-endian
-r 8k -t s16 -c 1 -e signed-integer
out (without header)
PCM_SIGNED 8000.0 Hz, 16 bit, stereo, 4 bytes/frame, big-endian
-r 128k -t s32 -c 2 -2 signed integer [reasonable]
out (without header)
PCM_SIGNED 192000.0 Hz, 16 bit, stereo, 4 bytes/frame, little-endian
-r 192k -t s16 -c 2 [-e signed-integer]