sndfile-convert.1
上传用户:shw771010
上传日期:2022-01-05
资源大小:991k
文件大小:1k
源码类别:

Audio

开发平台:

Unix_Linux

  1. .TH SNDFILE-CONVERT 1 "October 09, 2002"
  2. .SH NAME
  3. sndfile-convert - convert a sound files from one format to another
  4. .SH SYNOPSIS
  5. .B sndfile-convert
  6. .RI "[encoding] input_file output_file"
  7. .LP
  8. .B sndfile-convert
  9. .RI --help
  10. .SH DESCRIPTION
  11. sndfile-convert converts sound files from one format to another using
  12. libsndfile (http://www.mega-nerd.com/libsndfile/) to read and write
  13. the data.
  14. .LP
  15. The format of the output file is determined by the filename extension
  16. of the output file.
  17. .LP
  18. The optional encoding parameter allows setting of the data encoding for
  19. the output file. Run "sndfile-convert --help" for more information.
  20. .SH AUTHOR
  21. This manual page was written by Erik de Castro Lopo <erikd@mega-nerd.com>.