aboutsummaryrefslogtreecommitdiffstats
path: root/src/util_ut.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [refactoring] Get rid of TFloat parameter. Use float.Daniil Cherednik2024-12-211-8/+8
|
* Simple ipqf test and ref filesDaniil Cherednik2024-06-141-1/+0
| | | | ref files contains samples just before and after ipqf
* [atrac3] Simple adaptive MS bitrate shiftDaniil Cherednik2020-07-081-1/+10
|
* 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-0/+26
- no JS mode - constant quantiser for tonal components - gain controll implemented but produces some artifacts with real signals. - etc...