Minor clarification to comments about assuming 44.1kHz/stereo/16bit WAV
authorerikd <erikd@xiph.org>
Sat, 8 Mar 2008 02:23:34 +0000 (02:23 +0000)
committererikd <erikd@xiph.org>
Sat, 8 Mar 2008 02:23:34 +0000 (02:23 +0000)
in example code.

svn path=/trunk/vorbis/; revision=14558

examples/encoder_example.c

index 95cfe55..410f649 100644 (file)
@@ -62,9 +62,9 @@ int main(){
                           /* this also lets the user set stdin and stdout */
 #endif
 
-  /* we cheat on the WAV header; we just bypass 44 bytes and never
-     verify that it matches 16bit/stereo/44.1kHz.  This is just an
-     example, after all. */
+  /* we cheat on the WAV header; we just bypass 44 bytes (simplest WAV
+     header is 44 bytes) and assume that the data is 44.1khz, stereo, 16 bit
+     little endian pcm samples. This is just an example, after all. */
 
 #ifdef _WIN32 /* We need to set stdin/stdout to binary mode. Damn windows. */
   /* if we were reading/writing a file, it would also need to in