aboutsummaryrefslogtreecommitdiffstats
path: root/src/atracdenc_ut.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Simplify scaler code reusage.Daniil Cherednik2025-01-051-2/+3
|
* [refactoring] Get rid of TFloat parameter. Use float.Daniil Cherednik2024-12-211-21/+21
|
* Allow to configure atracdenc to use float instead of doubleDaniil Cherednik2024-07-091-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 platformDaniil Cherednik2019-05-151-1/+1
| | | | | | - VS build (2017 tested) - Media Foundation Framework support to read/write pcm data (instead of libsndfile)
* Set LGPL v2.1 licenseDaniil Cherednik2017-02-121-0/+18
|
* Dirty implementation of atrac3 encoder:Daniil Cherednik2016-09-021-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 buildDaniil Cherednik2016-04-021-1/+1
|
* support of short window for encoding (without transient detection)Daniil Cherednik2015-12-081-0/+81