rochars / wavefile

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

Writing BWF Bext chunk #5

Closed michaelhartung closed 6 years ago

michaelhartung commented 6 years ago

Hi,

first of thanks for creating this <3! I was wondering if it would be possible to add support to write/update the bwf bext chunk of a wav file. I tried changing the values in .bext but it's not written back to the file. I've checked with bwf meta edit, a tool to edit bwf meta data.

Thanks, Michael

rochars commented 6 years ago

I included this in the roadmap: https://github.com/rochars/wavefile/blob/master/ROADMAP.md

Thanks!

michaelhartung commented 6 years ago

Thank you!

rochars commented 6 years ago

You can add BWF metadata in version 6.13.0.

Cheers!

michaelhartung commented 6 years ago

Awesome! Thanks a lot!! (only got the notification when you closed the issue :)).