aboutsummaryrefslogtreecommitdiffstats
path: root/nihav-core/src/soundcvt
Commit message (Expand)AuthorAgeFilesLines
* core/soundcvt: fix u8->i16 testKostya Shishkov2020-12-231-1/+1
* core/soundcvt: clip output in f32->i32 conversionKostya Shishkov2020-12-231-1/+10
* core/soundcvt: handle 8-bit signed audioKostya Shishkov2020-10-231-2/+31
* core/soundcvt: fix convertsion of certain sample typesKostya Shishkov2020-10-121-4/+4
* core: fix or silence clippy warningsKostya Shishkov2020-06-161-19/+19
* core/soundcvt: fix conversion of packed dataKostya Shishkov2020-05-271-2/+2
* core/soundcvt: fix buffer type in testKostya Shishkov2020-04-111-1/+1
* support interleaved audio properlyKostya Shishkov2020-03-061-6/+16
* core/soundcvt: document moduleKostya Shishkov2020-02-181-0/+13
* remove trailing whitespacesKostya Shishkov2020-02-111-3/+3
* core/soundcvt: fix some bugs and switch to generic sample reader/writersKostya Shishkov2019-12-071-205/+219
* core/soundcvt: use wrapping mul in sample width extensionKostya Shishkov2019-11-271-4/+3
* core/soundcvt: add DupMono mode for remixing speed-upKostya Shishkov2019-11-271-1/+27
* core: add audio format conversion routinesKostya Shishkov2019-11-171-0/+557