Forrest logo
back to context overview

pw-cat

List of commands for pw-cat:

  • pw-cat:tldr:09f1a pw-cat: List all available record targets.
    $ pw-cat --record --list-targets
    try on your machine
    explain this command
  • pw-cat:tldr:23ac4 pw-cat: Play a WAV file over the default target.
    $ pw-cat --playback ${filename-wav}
    try on your machine
    explain this command
  • pw-cat:tldr:32ffd pw-cat: Record a sample recording at a different volume level.
    $ pw-cat --record --volume=${0-1} ${filename-wav}
    try on your machine
    explain this command
  • pw-cat:tldr:44345 pw-cat: List all available playback targets.
    $ pw-cat --playback --list-targets
    try on your machine
    explain this command
  • pw-cat:tldr:75734 pw-cat: Record a sample recording using a different sample rate.
    $ pw-cat --record --rate=${6000} ${filename-wav}
    try on your machine
    explain this command
back to context overview