aboutsummaryrefslogtreecommitdiffstats
path: root/src/compressed_io.h
Commit message (Collapse)AuthorAgeFilesLines
* Do not use 8bit, 16bit types if do not realy need it.Daniil Cheredni2024-11-011-1/+1
|
* [refactoring] Split CompressedIO interface for Read and Write partDaniil Cherednik2021-08-281-4/+14
|
* Fix some VS compilation warnings0.0.1Daniil Cherednik2019-05-171-2/+2
|
* Support for MS Windows platformDaniil Cherednik2019-05-151-4/+4
| | | | | | - 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/+3
| | | | | | | - no JS mode - constant quantiser for tonal components - gain controll implemented but produces some artifacts with real signals. - etc...
* do not use compile time frame size specialisationDaniil Cherednik2016-03-081-2/+17
|
* refactoring:Daniil Cherednik2016-01-061-0/+16
some changes to get possibility to create alternative compression algorithms and use different containers.