| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | core/soundcvt: fix some cases where resampler skipped its work | Kostya Shishkov | 2024-01-05 | 1 | -2/+7 |
| | | |||||
| * | core/soundcvt: typo | Kostya Shishkov | 2023-07-25 | 1 | -1/+1 |
| | | |||||
| * | core/soundcvt: add resampling support | Kostya Shishkov | 2023-05-25 | 2 | -0/+424 |
| | | |||||
| * | core/soundcvt: support conversion from packed audio | Kostya Shishkov | 2022-11-05 | 1 | -6/+59 |
| | | |||||
| * | fix some clippy warnings | Kostya Shishkov | 2022-09-22 | 1 | -17/+13 |
| | | |||||
| * | core/soundcvt: fix u8->i16 test | Kostya Shishkov | 2020-12-23 | 1 | -1/+1 |
| | | |||||
| * | core/soundcvt: clip output in f32->i32 conversion | Kostya Shishkov | 2020-12-23 | 1 | -1/+10 |
| | | |||||
| * | core/soundcvt: handle 8-bit signed audio | Kostya Shishkov | 2020-10-23 | 1 | -2/+31 |
| | | |||||
| * | core/soundcvt: fix convertsion of certain sample types | Kostya Shishkov | 2020-10-12 | 1 | -4/+4 |
| | | |||||
| * | core: fix or silence clippy warnings | Kostya Shishkov | 2020-06-16 | 1 | -19/+19 |
| | | |||||
| * | core/soundcvt: fix conversion of packed data | Kostya Shishkov | 2020-05-27 | 1 | -2/+2 |
| | | |||||
| * | core/soundcvt: fix buffer type in test | Kostya Shishkov | 2020-04-11 | 1 | -1/+1 |
| | | |||||
| * | support interleaved audio properly | Kostya Shishkov | 2020-03-06 | 1 | -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 module | Kostya Shishkov | 2020-02-18 | 1 | -0/+13 |
| | | |||||
| * | remove trailing whitespaces | Kostya Shishkov | 2020-02-11 | 1 | -3/+3 |
| | | |||||
| * | core/soundcvt: fix some bugs and switch to generic sample reader/writers | Kostya Shishkov | 2019-12-07 | 1 | -204/+218 |
| | | |||||
| * | core/soundcvt: use wrapping mul in sample width extension | Kostya Shishkov | 2019-11-27 | 1 | -4/+3 |
| | | |||||
| * | core/soundcvt: add DupMono mode for remixing speed-up | Kostya Shishkov | 2019-11-27 | 1 | -1/+27 |
| | | |||||
| * | core: add audio format conversion routines | Kostya Shishkov | 2019-11-17 | 1 | -0/+557 |
