summaryrefslogtreecommitdiffstats
path: root/src/platform
Commit message (Collapse)AuthorAgeFilesLines
* [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)