replace vec.truncate(0) with vec.clear()
[nihav.git] / nihav-llaudio / src / codecs / ape.rs
2021-10-29 Kostya Shishkovreplace vec.truncate(0) with vec.clear()
2021-06-02 Kostya Shishkovape: fix silent block condition
2020-10-03 Kostya Shishkovape: zero samples in silent frames
2020-09-05 Kostya Shishkovadd nihav-llaudio crate with FLAC, Monkey's Audio,...