mirror of
https://github.com/iluvcapra/bwavfile.git
synced 2025-12-31 08:50:44 +00:00
More readme tweak
This commit is contained in:
13
README.md
13
README.md
@@ -6,6 +6,7 @@
|
|||||||
# bwavfile
|
# bwavfile
|
||||||
Wave File Reader/Writer library in Rust, with Broadcast-WAV, RF64 and production metadata support
|
Wave File Reader/Writer library in Rust, with Broadcast-WAV, RF64 and production metadata support
|
||||||
|
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
__bwavfile__ provides a reader `WaveReader` and writer type `WaveWriter` for
|
__bwavfile__ provides a reader `WaveReader` and writer type `WaveWriter` for
|
||||||
@@ -20,16 +21,18 @@ reading and creating new wave audio files.
|
|||||||
* A unified interface for standard `WaveFormat` and extended `WaveFormatEx`
|
* A unified interface for standard `WaveFormat` and extended `WaveFormatEx`
|
||||||
wave data format specification.
|
wave data format specification.
|
||||||
|
|
||||||
Extensive metadata support is also provided:
|
The library has extensive metadata support, with emphasis on film and video
|
||||||
* Multichannel, surround, and ambisonic audio data description including
|
production metadata:
|
||||||
surround channel maps, ADM `AudioTrackFormat`, `AudioChannelFormatRef` and
|
|
||||||
`AudioPackRef` data structures.
|
|
||||||
* Broadcast-Wave metdata extension, including long description, originator
|
* Broadcast-Wave metdata extension, including long description, originator
|
||||||
information, SMPTE UMID and coding history.
|
information, SMPTE UMID and coding history.
|
||||||
* Reading and writing of embedded iXML and axml/ADM metadata.
|
* Reading and writing of embedded iXML and axml/ADM metadata.
|
||||||
* Reading and writing of timed cues and and timed cue regions.
|
* Reading and writing of timed cues and and timed cue regions.
|
||||||
|
* Multichannel, surround, and ambisonic audio data description including
|
||||||
|
surround channel maps, ADM `AudioTrackFormat`, `AudioChannelFormatRef` and
|
||||||
|
`AudioPackRef` data structures.
|
||||||
|
|
||||||
### Feature Roadmap
|
|
||||||
|
## Feature Roadmap
|
||||||
|
|
||||||
Some features that may be included in the future include:
|
Some features that may be included in the future include:
|
||||||
* Broadcast-Wave `levl` waveform overview data reading and writing.
|
* Broadcast-Wave `levl` waveform overview data reading and writing.
|
||||||
|
|||||||
Reference in New Issue
Block a user