Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 540 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 540 Bytes

Play PCM WAV audio in Windows Console.

  1. Download exe file.
  2. Copy to C:\Program_Files\Scripts.
  3. Add C:\Program_Files\Scripts to PATH environment variable.
> ewav [-i|--input <input wav file>]

:: [] -> optional argument
:: <> -> argument value
:: play council.wav file
> ewav --input council.wav

:: play council.wav, using stdin
> cat council.wav | ewav

cmdf