summaryrefslogtreecommitdiffstats
path: root/nihav-core/src/soundcvt
Commit message (Collapse)AuthorAgeFilesLines
* core/soundcvt: fix some cases where resampler skipped its workKostya Shishkov2024-01-051-2/+7
|
* core/soundcvt: typoKostya Shishkov2023-07-251-1/+1
|
* core/soundcvt: add resampling supportKostya Shishkov2023-05-252-0/+424
|
* core/soundcvt: support conversion from packed audioKostya Shishkov2022-11-051-6/+59
|
* fix some clippy warningsKostya Shishkov2022-09-221-17/+13
|
* 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
| | | | | | Now NAAudioBuffer has step field which tells the distance to the next sample in the channel. This can be used to work with interleaved audio stored as native samples (instead of packed buffer like before).
* 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-204/+218
|
* 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