Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [refactoring] Get rid of TFloat parameter. Use float. | Daniil Cherednik | 2024-12-21 | 1 | -18/+18 |
| | |||||
* | Allow to configure atracdenc to use float instead of double | Daniil Cherednik | 2024-07-09 | 1 | -5/+5 |
| | | | | | | | | | 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. | ||||
* | Fix CodeQL (Multiplication result converted to larger type) warning | Daniil Cherednik | 2022-02-22 | 1 | -3/+3 |
| | |||||
* | 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) | ||||
* | Simplest gain control - scale first part of frame if the attack transient ↵ | Daniil Cherednik | 2017-10-17 | 1 | -1/+1 |
| | | | | was detected | ||||
* | Set LGPL v2.1 license | Daniil Cherednik | 2017-02-12 | 1 | -0/+18 |
| | |||||
* | Dirty implementation of atrac3 encoder: | Daniil Cherednik | 2016-09-02 | 1 | -8/+34 |
| | | | | | | | - no JS mode - constant quantiser for tonal components - gain controll implemented but produces some artifacts with real signals. - etc... | ||||
* | Compilation warnings fixed | Daniil Cherednik | 2016-07-17 | 1 | -2/+2 |
| | |||||
* | Fix building with cmake < 3.1 | Daniil Cherednik | 2016-07-17 | 1 | -0/+1 |
| | |||||
* | Fix memory corruption: wrong size of HPFBuffer. | Daniil Cherednik | 2016-04-22 | 1 | -7/+5 |
| | |||||
* | Some improvements of transient detector | Daniil Cherednik | 2015-12-24 | 1 | -6/+13 |
| | | | | | - use one last subblock of previous frame - detect postecho distortion | ||||
* | initial implementation of transient detection added | Daniil Cherednik | 2015-12-23 | 1 | -0/+51 |