Cue point implementation

This commit is contained in:
Jamie Hardt
2020-12-10 12:26:49 -08:00
parent 2323d61ee9
commit c947904d0f
6 changed files with 319 additions and 1 deletions

View File

@@ -113,7 +113,10 @@ mod parser;
mod raw_chunk_reader;
mod audio_frame_reader;
mod list_form;
mod chunks;
mod cue;
mod bext;
mod fmt;