aboutsummaryrefslogtreecommitdiffstats
path: root/src/transient_detector.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [refactoring] Get rid of TFloat parameter. Use float.Daniil Cherednik2024-12-211-18/+18
|
* Allow to configure atracdenc to use float instead of doubleDaniil Cherednik2024-07-091-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) warningDaniil Cherednik2022-02-221-3/+3
|
* 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)
* Simplest gain control - scale first part of frame if the attack transient ↵Daniil Cherednik2017-10-171-1/+1
| | | | was detected
* Set LGPL v2.1 licenseDaniil Cherednik2017-02-121-0/+18
|
* Dirty implementation of atrac3 encoder:Daniil Cherednik2016-09-021-8/+34
| | | | | | | - no JS mode - constant quantiser for tonal components - gain controll implemented but produces some artifacts with real signals. - etc...
* Compilation warnings fixedDaniil Cherednik2016-07-171-2/+2
|
* Fix building with cmake < 3.1Daniil Cherednik2016-07-171-0/+1
|
* Fix memory corruption: wrong size of HPFBuffer.Daniil Cherednik2016-04-221-7/+5
|
* Some improvements of transient detectorDaniil Cherednik2015-12-241-6/+13
| | | | | - use one last subblock of previous frame - detect postecho distortion
* initial implementation of transient detection addedDaniil Cherednik2015-12-231-0/+51