Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [refactoring] Get rid of TFloat parameter. Use float. | Daniil Cherednik | 2024-12-21 | 4 | -68/+68 |
| | |||||
* | Allow to configure atracdenc to use float instead of double | Daniil Cherednik | 2024-07-09 | 2 | -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.h | Daniil Cherednik | 2024-07-07 | 1 | -1/+2 |
| | |||||
* | [refactoring] move fft in to library directory | Daniil Cherednik | 2024-07-02 | 4 | -1/+698 |
| | |||||
* | [refactoring] move some libraries in to library directory | Daniil Cherednik | 2024-06-17 | 12 | -0/+1309 |
| | |||||
* | Add support for writing .at3/.wav files with ATRAC3 (#30) | Thomas Perl | 2022-05-08 | 1 | -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.2 | Daniil Cherednik | 2020-01-01 | 1 | -0/+0 |
| | |||||
* | Initiall support of stdin reading for windows | Daniil Cherednik | 2020-01-01 | 1 | -0/+60 |
Expected au(snd) format, 44100hz, 16bit, stereo or mono |