Serial-ATA / lofty-rs

Audio metadata library
Apache License 2.0
176 stars 34 forks source link

Webm support #141

Open canadaduane opened 1 year ago

canadaduane commented 1 year ago

What would it take to support webm format for audio?

My understanding is it is an "audiovisual media file format" so it has both audio and video, but popular websites use this as a container for audio only since it supported by the HTML5 spec.

Serial-ATA commented 1 year ago

Matroska support would have to come before WebM, since WebM is a subset of that.

I've always wanted to support both, but I'm currently very low on time. It could be quite awhile before I'm able to get around to implementing it.

Serial-ATA commented 1 year ago

I'll work on this in the next few weeks for 0.15.0. :)

Serial-ATA commented 11 months ago

I finally got back around to working on this. Sorry this didn't make 0.15.0. This time I won't make any promises about when I'll get it done :smile:.

canadaduane commented 11 months ago

No need to apologize! Your working on it is a gift to the audio-listening community :)

azzamsa commented 3 weeks ago

Related: