rochars / wavefile

Create, read and write wav files according to the specs. :star: :notes: :heart:
MIT License
226 stars 48 forks source link

Allow smpl chunk to be read via CLI #26

Open kmturley opened 1 year ago

kmturley commented 1 year ago

Thanks for creating this useful tool.

One use-case I need is to read/verify smpl Sample Chunks via command line: https://sites.google.com/site/musicgapi/technical-documents/wav-file-format#smpl

Your tool has the funcationality to parse the smpl chunks but does not make them available by the CLI.