mirror of
https://github.com/iluvcapra/wavinfo.git
synced 2026-01-02 09:50:41 +00:00
Update README.md
Added note on command-line entry point
This commit is contained in:
@@ -41,6 +41,12 @@ path = '../tests/test_files/A101_1.WAV'
|
|||||||
info = WavInfoReader(path)
|
info = WavInfoReader(path)
|
||||||
```
|
```
|
||||||
|
|
||||||
|
The package also installs a shell command:
|
||||||
|
|
||||||
|
```sh
|
||||||
|
$ wavinfo test_files/A101_1.WAV
|
||||||
|
```
|
||||||
|
|
||||||
### Basic WAV Data
|
### Basic WAV Data
|
||||||
|
|
||||||
The length of the file in frames (interleaved samples) and bytes is available, as is the contents of the format chunk.
|
The length of the file in frames (interleaved samples) and bytes is available, as is the contents of the format chunk.
|
||||||
|
|||||||
Reference in New Issue
Block a user