sndfile-concat.1 728 B

12345678910111213141516171819202122232425262728
  1. .Dd November 2, 2014
  2. .Dt SNDFILE-CONCAT 1
  3. .Os
  4. .Sh NAME
  5. .Nm sndfile-concat
  6. .Nd concatenate audio data from two or more audio files
  7. .Sh SYNOPSIS
  8. .Nm sndfile-concat
  9. .Ar infile1
  10. .Ar infile2
  11. .Ar ...
  12. .Ar outfile
  13. .Sh DESCRIPTION
  14. .Nm
  15. generates a new output file by concatenating the audio data
  16. of two or more input files. The encoding of the output file
  17. is the encoding used in
  18. .Ar infile1 .
  19. Audio data from the subsequent files are converted to this encoding.
  20. The only restriction is that the files must have
  21. the same number of channels.
  22. The output file is overwritten if it already exists.
  23. .Sh EXIT STATUS
  24. .Ex -std
  25. .Sh SEE ALSO
  26. .Lk http://libsndfile.github.io/libsndfile/
  27. .Sh AUTHORS
  28. .An Erik de Castro Lopo Aq Mt [email protected]