aboutsummaryrefslogtreecommitdiffstats
path: root/src/oma.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [AT3P] Introduce at3p development branchDaniil Cherednik2024-06-261-2/+4
| | | | - Simpe code just to produce correct at3p zero frame
* Fix unused variable warnings.Daniil Cherednik2023-11-181-2/+2
|
* [refactoring] Split CompressedIO interface for Read and Write partDaniil Cherednik2021-08-281-9/+0
|
* [atrac3] Initial joint stereo mode support.Daniil Cherednik2020-01-121-2/+4
|
* Fix some VS compilation warnings0.0.1Daniil Cherednik2019-05-171-6/+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/+42
- no JS mode - constant quantiser for tonal components - gain controll implemented but produces some artifacts with real signals. - etc...