sndfile-info.1 796 B

12345678910111213141516171819202122232425262728293031323334
  1. .Dd November 2, 2014
  2. .Dt SNDFILE-INFO 1
  3. .Os
  4. .Sh NAME
  5. .Nm sndfile-info
  6. .Nd display information about sound files
  7. .Sh SYNOPSIS
  8. .Nm sndfile-info
  9. .Op Fl -broadcast
  10. .Op Fl -cart
  11. .Op Fl -channel-map
  12. .Op Fl -instrument
  13. .Ar
  14. .Sh DESCRIPTION
  15. .Nm
  16. displays basic information about sound files
  17. such as format, number of channels, samplerate, and length.
  18. The following options are recognized:
  19. .Pp
  20. .Bl -tag -compact -width channelmapXXXX
  21. .It Fl -broadcast
  22. Display broadcast (BWF) info.
  23. .It Fl -cart
  24. Display the cart chunk of a WAV (or related) file.
  25. .It Fl -channel-map
  26. Display channel map.
  27. .It Fl -instrument
  28. Display instrument info:
  29. a base note, gain, velocity, key, and loop points.
  30. .El
  31. .Sh SEE ALSO
  32. .Lk http://libsndfile.github.io/libsndfile/
  33. .Sh AUTHORS
  34. .An Erik de Castro Lopo Aq Mt [email protected] .