blob: 11e26aea04de51143f73a2c3965d8556d6a08e5d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
libplayit is an IT playback-only fork of the Schism tracker[1] player
engine for demo use.
Schism tracker originally was built on libmodplug for playback. Over time
playback quality and correctness issues were fixed without percolating
upstream. Additionally, eventually all of the modplug C++ source was
converted to plain C code.
See the code in examples/* for how one might use this library to play .it
files.
[1]: https://github.com/schismtracker/schismtracker
|