spacepaste

  1.  
  2. Usage: aplay [OPTION]... [FILE]...
  3. -h, --help help
  4. --version print current version
  5. -l, --list-devices list all soundcards and digital audio devices
  6. -L, --list-pcms list device names
  7. -D, --device=NAME select PCM by name
  8. -q, --quiet quiet mode
  9. -t, --file-type TYPE file type (voc, wav, raw or au)
  10. -c, --channels=# channels
  11. -f, --format=FORMAT sample format (case insensitive)
  12. -r, --rate=# sample rate
  13. -d, --duration=# interrupt after # seconds
  14. -M, --mmap mmap stream
  15. -N, --nonblock nonblocking mode
  16. -F, --period-time=# distance between interrupts is # microseconds
  17. -B, --buffer-time=# buffer duration is # microseconds
  18. --period-size=# distance between interrupts is # frames
  19. --buffer-size=# buffer duration is # frames
  20. -A, --avail-min=# min available space for wakeup is # microseconds
  21. -R, --start-delay=# delay for automatic PCM start is # microseconds
  22. (relative to buffer size if <= 0)
  23. -T, --stop-delay=# delay for automatic PCM stop is # microseconds from xrun
  24. -v, --verbose show PCM structure and setup (accumulative)
  25. -V, --vumeter=TYPE enable VU meter (TYPE: mono or stereo)
  26. -I, --separate-channels one file for each channel
  27. -i, --interactive allow interactive operation from stdin
  28. -m, --chmap=ch1,ch2,.. Give the channel map to override or follow
  29. --disable-resample disable automatic rate resample
  30. --disable-channels disable automatic channel conversions
  31. --disable-format disable automatic format conversions
  32. --disable-softvol disable software volume control (softvol)
  33. --test-position test ring buffer position
  34. --test-coef=# test coefficient for ring buffer position (default 8)
  35. expression for validation is: coef * (buffer_size / 2)
  36. --test-nowait do not wait for ring buffer - eats whole CPU
  37. --max-file-time=# start another output file when the old file has recorded
  38. for this many seconds
  39. --process-id-file write the process ID here
  40. --use-strftime apply the strftime facility to the output file name
  41. --dump-hw-params dump hw_params of the device
  42. --fatal-errors treat all errors as fatal
  43. Recognized sample formats are: S8 U8 S16_LE S16_BE U16_LE U16_BE S24_LE S24_BE U24_LE U24_BE S32_LE S32_BE U32_LE U32_BE FLOAT_LE FLOAT_BE FLOAT64_LE FLOAT64_BE IEC958_SUBFRAME_LE IEC958_SUBFRAME_BE MU_LAW A_LAW IMA_ADPCM MPEG GSM SPECIAL S24_3LE S24_3BE U24_3LE U24_3BE S20_3LE S20_3BE U20_3LE U20_3BE S18_3LE S18_3BE U18_3LE U18_3BE G723_24 G723_24_1B G723_40 G723_40_1B DSD_U8 DSD_U16_LE DSD_U32_LE DSD_U16_BE DSD_U32_BE
  44. Some of these may not be available on selected hardware
  45. The available format shortcuts are:
  46. -f cd (16 bit little endian, 44100, stereo)
  47. -f cdr (16 bit big endian, 44100, stereo)
  48. -f dat (16 bit little endian, 48000, stereo)
  49.