Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 437 Bytes

README.md

File metadata and controls

37 lines (27 loc) · 437 Bytes

Waview

View audio files in the terminal.

Screenshot 1 Screenshot 2

Usage

Display the help message

wavr --help

View a wav file

wavr <path/to/file.wav>

View a stereo raw PCM file

wavr -c 2 <path/to/file.pcm>

Controls

  • left/right - shift left or right
  • up/down - zoom in or out
  • r - reset view
  • q - quit

Build

Build with cargo

cargo build