2
0

sndfile_info.html 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
  2. <HTML>
  3. <HEAD>
  4. <TITLE>
  5. sndfile-info
  6. </TITLE>
  7. <META NAME="Author" CONTENT="Erik de Castro Lopo (erikd AT mega-nerd DOT com)">
  8. <LINK REL="stylesheet" HREF="libsndfile.css" TYPE="text/css" MEDIA="all">
  9. <LINK REL="stylesheet" HREF="print.css" TYPE="text/css" MEDIA="print">
  10. </HEAD>
  11. <BODY>
  12. <P>
  13. Here is an example of the output from the <B>sndfile-info</B> program distributed with
  14. libsndfile.
  15. </P>
  16. <P>
  17. This file was opened and parsed correctly but had been truncated so that the values
  18. in the <B>FORM</B> and <B>SSND</B> chunks were incorrect.
  19. </P>
  20. <PRE>
  21. <B>erikd@hendrix ></B> examples/sndfile-info truncated.aiff
  22. truncated.aiff
  23. size : 200000
  24. FORM : 307474 (should be 199992)
  25. AIFF
  26. COMM : 18
  27. Sample Rate : 16000
  28. Samples : 76857
  29. Channels : 2
  30. Sample Size : 16
  31. SSND : 307436 (should be 199946)
  32. Offset : 0
  33. Block Size : 0
  34. --------------------------------
  35. Sample Rate : 16000
  36. Frames : 76857
  37. Channels : 2
  38. Bit Width : 16
  39. Format : 0x00020001
  40. Sections : 1
  41. Seekable : TRUE
  42. Signal Max : 32766
  43. </PRE>
  44. </BODY>
  45. </HTML>