cuet

Crates.iocuet
lib.rscuet
version0.1.0
sourcesrc
created_at2024-05-26 14:43:37.689554
updated_at2024-08-19 12:27:16.328933
descriptionLibrary to read & append WAVE file CUE chunks
homepage
repositoryhttps://github.com/4LT/cuet
max_upload_size
id1252617
size51,869
Seth Rader (4LT)

documentation

https://docs.rs/cuet

README

Structures and Routines for Reading and Writing WAV Cue Points and Metadata

Primarily intended for manipulating Quake sound effect loops, this library can read and write WAV "cue " chunks as well as associated data stored in "LIST" chunks. This is a low-level library in the sense that it is the consumer's responsibility to ensure that WAV files created with the library are compatible with the requirements for software using the created files.

Changelog

0.1.0:

  • First release for public consumption
  • Made public constants crate-private (shouldn't be needed by consumers)

License

Triple-licensed under MIT / Apache 2.0 / CC0 (your choice)

Commit count: 11

cargo fmt