summaryrefslogtreecommitdiffstats
path: root/src/platform
Commit message (Collapse)AuthorAgeFilesLines
* Multiple fixes related to IO path(#72)Daniil Cherednik2026-05-031-15/+6
| | | | | * Fix UTF-8 input and output paths for Windows * Fix wrong message in case of missed input file * Add test
* [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)