mirror of
https://github.com/iluvcapra/bwavfile.git
synced 2026-01-01 17:30:44 +00:00
Update lib.rs
This commit is contained in:
18
src/lib.rs
18
src/lib.rs
@@ -3,22 +3,8 @@
|
|||||||
|
|
||||||
Rust Wave File Reader/Writer with Broadcast-WAV, MBWF and RF64 Support
|
Rust Wave File Reader/Writer with Broadcast-WAV, MBWF and RF64 Support
|
||||||
|
|
||||||
## Interfaces
|
Refer to the individual modules for relevant documentation. For opening
|
||||||
|
and writing files begin with [WaveReader] and [WaveWriter] respectively.
|
||||||
### `WaveReader`
|
|
||||||
|
|
||||||
`WaveReader` can open and parse a Wave, Broadcast-Wave, or RF64/BW64 64-bit
|
|
||||||
wave file. Metadata can be accessed and parsed in arbitrary order and audio
|
|
||||||
samples can be accessed using the `AudioFrameReader` type, created by an
|
|
||||||
accessor method of `WaveReader`.
|
|
||||||
|
|
||||||
### `WaveWriter`
|
|
||||||
|
|
||||||
`WaveWriter` can create a new Wave, Broadcast-Wave, or RF64/BW64 64-bit wave
|
|
||||||
file. Metadata chunks and audio samples are added sequentially, write-only, to
|
|
||||||
a Wave file which is automatically promoted from standard Wave to RF64 wave
|
|
||||||
when the total WAVE form size exceeds 0xFFFFFFFF bytes.
|
|
||||||
|
|
||||||
|
|
||||||
## Objectives and Roadmap
|
## Objectives and Roadmap
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user