Update README.md

Added note on command-line entry point
This commit is contained in:
Jamie Hardt
2020-01-05 10:10:37 -08:00
committed by GitHub
parent a90d3f4b38
commit 6c8cc47788

View File

@@ -41,6 +41,12 @@ path = '../tests/test_files/A101_1.WAV'
info = WavInfoReader(path)
```
The package also installs a shell command:
```sh
$ wavinfo test_files/A101_1.WAV
```
### Basic WAV Data
The length of the file in frames (interleaved samples) and bytes is available, as is the contents of the format chunk.