Updating README

This commit is contained in:
Jamie Hardt
2023-11-06 17:37:07 -08:00
parent df15428260
commit 2c760a9c68

View File

@@ -4,7 +4,9 @@
# wavinfo # wavinfo
The `wavinfo` package allows you to probe WAVE and [RF64/WAVE files][eburf64] and extract extended metadata, with an emphasis on film, video and professional music production metadata. The `wavinfo` package allows you to probe WAVE and [RF64/WAVE files][eburf64]
and extract extended metadata, with an emphasis on film, video and
professional music production metadata.
## Metadata Support ## Metadata Support
@@ -13,14 +15,16 @@ The `wavinfo` package allows you to probe WAVE and [RF64/WAVE files][eburf64] an
* [Broadcast-WAVE][bext] metadata, including embedded program * [Broadcast-WAVE][bext] metadata, including embedded program
loudness, coding history and [SMPTE UMID][smpte_330m2011]. loudness, coding history and [SMPTE UMID][smpte_330m2011].
* [ADM][adm] track metadata and schema, including channel, pack formats, object, content and programme. * Wave embedded cue markers, cue marker labels, notes and timed ranges.
* [ADM][adm] track metadata and schema, including channel, pack formats,
object, content and programme.
* [Dolby Digital Plus][ebu3285s6] and Dolby Atmos `dbmd` metadata. * [Dolby Digital Plus][ebu3285s6] and Dolby Atmos `dbmd` metadata.
* [iXML][ixml] production recorder metadata, including project, scene, and take tags, recorder notes * [iXML][ixml] production recorder metadata, including project, scene, and
and file family information. take tags, recorder notes and file family information.
* iXML `STEINBERG` sound library attributes. * iXML `STEINBERG` sound library attributes.
* Most of the common [RIFF INFO][info-tags] metadata fields. * Most of the common [RIFF INFO][info-tags] metadata fields.
* The __wav format__ is also parsed, so you can access the basic sample rate and channel count * The __wav format__ is also parsed, so you can access the basic sample rate
information. and channel count information.
In progress: In progress:
* Pro Tools __embedded regions__. * Pro Tools __embedded regions__.
@@ -57,4 +61,5 @@ $ wavinfo test_files/A101_1.WAV
## Other Resources ## Other Resources
* For other file formats and ID3 decoding, look at [audio-metadata](https://github.com/thebigmunch/audio-metadata). * For other file formats and ID3 decoding,
look at [audio-metadata](https://github.com/thebigmunch/audio-metadata).