summaryrefslogtreecommitdiffstats
path: root/src/platform
Commit message (Collapse)AuthorAgeFilesLines
* Clean up UTF-8 path handlingDaniil Cherednik2026-05-031-15/+4
| | | | Reuse the shared UTF-8 path helper in Media Foundation, normalize compressed output open errors, cover AEA encode/decode paths, and expand integration tests for ATRAC1 and decode filenames.
* Fix UTF-8 input and output pathsDaniil Cherednik2026-05-031-11/+13
| | | | Report libsndfile open failures before sample-rate validation, use UTF-16 Windows opens for PCM and compressed containers, and add integration tests for missing input plus UTF-8 input/output filenames.
* [refactoring] Get rid of TFloat parameter. Use float.Daniil Cherednik2024-12-214-17/+17
|
* Fix compilation on POSIX platforms.0.0.2Daniil Cherednik2020-01-012-4/+4
|
* Initiall support of stdin reading for windowsDaniil Cherednik2020-01-016-21/+322
| | | | Expected au(snd) format, 44100hz, 16bit, stereo or mono
* Support for MS Windows platformDaniil Cherednik2019-05-152-0/+1148
- VS build (2017 tested) - Media Foundation Framework support to read/write pcm data (instead of libsndfile)