core/soundcvt: fix u8->i16 test
[nihav.git] / nihav-core / src / soundcvt / mod.rs
2020-12-23 Kostya Shishkovcore/soundcvt: fix u8->i16 test
2020-12-23 Kostya Shishkovcore/soundcvt: clip output in f32->i32 conversion
2020-10-23 Kostya Shishkovcore/soundcvt: handle 8-bit signed audio
2020-10-12 Kostya Shishkovcore/soundcvt: fix convertsion of certain sample types
2020-06-16 Kostya Shishkovcore: fix or silence clippy warnings
2020-05-27 Kostya Shishkovcore/soundcvt: fix conversion of packed data
2020-04-11 Kostya Shishkovcore/soundcvt: fix buffer type in test
2020-03-06 Kostya Shishkovsupport interleaved audio properly
2020-02-18 Kostya Shishkovcore/soundcvt: document module
2020-02-11 Kostya Shishkovremove trailing whitespaces
2019-12-07 Kostya Shishkovcore/soundcvt: fix some bugs and switch to generic...
2019-11-27 Kostya Shishkovcore/soundcvt: use wrapping mul in sample width extension
2019-11-27 Kostya Shishkovcore/soundcvt: add DupMono mode for remixing speed-up
2019-11-17 Kostya Shishkovcore: add audio format conversion routines