Merge remote-tracking branch 'sound/develop' into sound

This commit is contained in:
2013-07-31 11:05:39 +02:00
56 changed files with 4019 additions and 0 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]