aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Collapse)AuthorAgeFilesLines
* [refactoring] Get rid of TFloat parameter. Use float.Daniil Cherednik2024-12-214-68/+68
|
* Allow to configure atracdenc to use float instead of doubleDaniil Cherednik2024-07-092-11/+54
| | | | | | | | | 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 missed include in bitstream.hDaniil Cherednik2024-07-071-1/+2
|
* [refactoring] move fft in to library directoryDaniil Cherednik2024-07-024-1/+698
|
* [refactoring] move some libraries in to library directoryDaniil Cherednik2024-06-1712-0/+1309
|
* Add support for writing .at3/.wav files with ATRAC3 (#30)Thomas Perl2022-05-081-1/+17
| | | | | | | * Add support for writing .at3/.wav files with ATRAC3 * Check file size limit * AT3/WAV export: Add big endian support, force packed structs
* Fix compilation on POSIX platforms.0.0.2Daniil Cherednik2020-01-011-0/+0
|
* Initiall support of stdin reading for windowsDaniil Cherednik2020-01-011-0/+60
Expected au(snd) format, 44100hz, 16bit, stereo or mono