Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Simplify scaler code reusage. | Daniil Cherednik | 2025-01-05 | 1 | -2/+3 |
| | |||||
* | [refactoring] Get rid of TFloat parameter. Use float. | Daniil Cherednik | 2024-12-21 | 1 | -21/+21 |
| | |||||
* | Allow to configure atracdenc to use float instead of double | Daniil Cherednik | 2024-07-09 | 1 | -2/+18 |
| | | | | | | | | | The default is double for hystorical reason. Actually no any reason to use double precision float point calculation for all processing. AT3P encoding will use float except places were we really need double precision. So this default will be changed to float in near future and this option will be removed. | ||||
* | Support for MS Windows platform | Daniil Cherednik | 2019-05-15 | 1 | -1/+1 |
| | | | | | | - VS build (2017 tested) - Media Foundation Framework support to read/write pcm data (instead of libsndfile) | ||||
* | Set LGPL v2.1 license | Daniil Cherednik | 2017-02-12 | 1 | -0/+18 |
| | |||||
* | Dirty implementation of atrac3 encoder: | Daniil Cherednik | 2016-09-02 | 1 | -22/+22 |
| | | | | | | | - no JS mode - constant quantiser for tonal components - gain controll implemented but produces some artifacts with real signals. - etc... | ||||
* | atracdenc ut added to CMake build | Daniil Cherednik | 2016-04-02 | 1 | -1/+1 |
| | |||||
* | support of short window for encoding (without transient detection) | Daniil Cherednik | 2015-12-08 | 1 | -0/+81 |