This repository has been archived on 2024-01-28. You can view files and clone it, but cannot push or open issues or pull requests.
brd/src
Simon Bruder f9c0140100
Add documentation and tests for xact3::adpcm
This also renames variables to be easier to understand (rather than
copying the naming scheme of the spec) and moves the calculation of
computable fields in the wave format header into the adpcm module.
2020-07-05 21:17:42 +02:00
..
converter Implement Deref for newtypes 2020-07-04 23:17:17 +02:00
ddr Test internal functionality of ddr::ssq 2020-07-05 09:28:38 +02:00
osu Implement Deref for newtypes 2020-07-04 23:17:17 +02:00
xact3 Add documentation and tests for xact3::adpcm 2020-07-05 21:17:42 +02:00
converter.rs Initial commit 2020-06-22 20:39:20 +02:00
ddr.rs Implement support for musicdb 2020-06-28 20:22:31 +02:00
lib.rs Implement support for musicdb 2020-06-28 20:22:31 +02:00
main.rs Avoid match for error handling where it makes sense 2020-07-04 20:53:21 +02:00
mini_parser.rs Fix read_n_i32 function name 2020-06-30 12:21:11 +02:00
osu.rs Initial commit 2020-06-22 20:39:20 +02:00
utils.rs Add tests for part of utils 2020-06-26 23:48:34 +02:00
xact3.rs Add documentation and tests for xact3::adpcm 2020-07-05 21:17:42 +02:00