From b2d4bff28bb0fcb5cc46b21b0777f36ad70f7290 Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Fri, 4 Dec 2020 20:39:58 -0800 Subject: [PATCH] Update lib.rs --- src/lib.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index b666620..a595570 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -68,6 +68,7 @@ Things that are _not_ necessarily in the scope of this package: ### Other resources - [RFC 3261][rfc3261] (June 1998) "WAVE and AVI Codec Registries" - [Sampler Metadata](http://www.piclist.com/techref/io/serial/midi/wave.html) +- [Cue list, label and other metadata](https://sites.google.com/site/musicgapi/technical-documents/wav-file-format#smpl) - [Peter Kabal, McGill University](http://www-mmsp.ece.mcgill.ca/Documents/AudioFormats/WAVE/WAVE.html) - [Multimedia Programming Interface and Data Specifications 1.0](http://www-mmsp.ece.mcgill.ca/Documents/AudioFormats/WAVE/Docs/riffmci.pdf) (August 1991), IBM Corporation and Microsoft Corporation @@ -125,4 +126,4 @@ pub use wavewriter::WaveWriter; pub use bext::Bext; pub use fmt::{WaveFmt, WaveFmtExtended, ChannelDescriptor, ChannelMask}; pub use common_format::CommonFormat; -pub use audio_frame_reader::AudioFrameReader; \ No newline at end of file +pub use audio_frame_reader::AudioFrameReader;