au2file.1 896 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. .Dd Jul 17, 2017
  2. .Dt AU2FILE 1
  3. .Os
  4. .Sh NAME
  5. .Nm au2file
  6. .Nd encode an Au formatted stream as an audio file
  7. .Sh SYNOPSIS
  8. .Nm au2file
  9. .Op Fl B Ar bitrate
  10. .Op Fl b Ar buffer-size
  11. .Op Fl m Ar mode
  12. .Op Fl q Ar quality
  13. .Sh DESCRIPTION
  14. .Nm
  15. reads an Au formatted audio stream, converting to the
  16. .Sy file
  17. format.
  18. .Pp
  19. The options are as follows:
  20. .Bl -tag -width Ds
  21. .It Fl B Ar bitrate
  22. Set the mode for streaming output formats.
  23. .It Fl b Ar buffer-size
  24. Override the default buffer size.
  25. .It Fl m Ar mode
  26. Set the mode for some output formats.
  27. .It Fl q Ar quality
  28. Set the quality for lossy output formats.
  29. .El
  30. .Sh EXAMPLES
  31. Record audio, and encoding as a
  32. .Sy file :
  33. .Pp
  34. .Dl dev2au | au2file > file
  35. .Pp
  36. Convert from high to low quality lossy compression:
  37. .Pp
  38. .Dl file2au < high | au2file -q0.1 > low
  39. .Sh EXIT STATUS
  40. .Ex -std
  41. .Sh SEE ALSO
  42. .Xr au 7
  43. .Xr file2au 1
  44. .Xr audev 1
  45. .Xr flac 1
  46. .Xr oggdec 1
  47. .Xr oggenc 1