aboutsummaryrefslogtreecommitdiffstats
path: root/src/transient_detector.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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