Skip to content

A command-line tool to read WAVE files for MacOS.

Notifications You must be signed in to change notification settings

janusmiracle/wsr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wsr

A command-line tool to read WAVE files.

Installation

Clone the repository and run install.sh to install the command globally.

If that doesn't work, run $ chmod +x install.sh then try again.

$ git clone https://github.com/janusmiracle/wsr.git 
$ ./install.sh

Usage

Call the command with the path leading to the WAVE file.

$ wsr ~/Downloads/testfile.wav

Supports most documented chunks, as well as RIFX.

Any unsupported chunk will still be outputted as a Generic with their identifier and size.

For example:

Chunk identifier: minf 
Size: 18

About

A command-line tool to read WAVE files for MacOS.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published