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

Audio

开发平台:

Unix_Linux

  1. .TH SNDFILE-CONCAT 1 "December 9, 2009"
  2. .SH NAME
  3. sndfile-concat - concatenates two or more audio files
  4. .SH SYNOPSIS
  5. .B sndfile-concat
  6. .RI "infile1 infile2 .... outfile"
  7. .SH DESCRIPTION
  8. sndfile-concat generates a new output file by concatenating two or more input
  9. files. The format of the output file is the same as the format of the input
  10. file.
  11. sndfile-concat does its work using libsndfile
  12. (http://www.mega-nerd.com/libsndfile/).
  13. .SH AUTHOR
  14. This manual page was written by Erik de Castro Lopo <erikd@mega-nerd.com>.