WarrenWeckesser / wavio

A Python module for reading and writing WAV files using numpy arrays.
133 stars 19 forks source link

Documentation of data layout #10

Closed danpovey closed 5 years ago

danpovey commented 5 years ago

It would be nice to have documentation at this point of the data layout (e.g. is the shape (channels, samples) or vice versa?) . and the numpy dtype.

https://github.com/WarrenWeckesser/wavio/blob/5c6c9103f8c7b3318798f1aba15d2aa56d89e9de/wavio.py#L108

WarrenWeckesser commented 5 years ago

Good idea. I just pushed a commit with expanded descriptions of the attributes of the Wav object.