Audio file metadata parser?
Jonathan M Davis
newsgroup.d at jmdavisprog.com
Sat Jul 19 00:23:28 UTC 2025
On Friday, July 18, 2025 4:47:04 PM Mountain Daylight Time Andy Valencia via Digitalmars-d-learn wrote:
> Is anyone aware of a library like "tinytag" (a Python module)?
>
> https://github.com/devsnd/tinytag
>
> I guess I'll wrestle with porting it to dlang if there's nothing
> available.
>
> tinytag is nice, because it handles wav/ogg/flac/opus/mp3
> uniformly.
If you're looking to operate on tags in audio files, then there's
https://code.dlang.org/packages/taglib-d, which might do what you need, but
I don't know much about it, so I can't say for sure.
- Jonathan M Davis
More information about the Digitalmars-d-learn
mailing list