Vitaly Novichkov
Vitaly Novichkov
But, I could try to add the libOpenMPT module but it will be disabled by default (as ffmpeg is) because of dependencies.
P.S. You really should report your problem to the official libxmp repository here: https://github.com/libxmp/libxmp/
> but would it be also heavy, performances-wise? About the performance, I didn't benchmarked these things yet. To confirm that, it's need to make a separated benchmark tool that will...
Playing of fully OPL based modules is possible to implement on the side of libADLMIDI library which is actually a MIDI synthesizer based on OPL3 emulation, however, right now it's...
What about the AdPlug, it seems needs to be fully modified to standalone library rather than a plugin for players.
@sagamusix, I built it as a static library for the x86_64 Linux locally, and additionally I verified the build on other things. To make the suitable integration into my build...
On my end I had a goal to make the package that will build everywhere including MSVC that I don't like by myself because it supports modern C++ standards worse...
No, the building issue that code has several incompatible places that needs a polishing. Anyway, that might be no longer actual as I did that test a while ago.
For needs of my projects, I implemented this custom header that follows normal one: https://github.com/WohlSoft/SDL-Mixer-X/blob/master/src/codecs/qoa/XQOA.txt and I named it "XQOA". It also includes loop points. And here is an imlementation...
Okay, in addition to that, I implemented the explicit file downloading from Discord and from XMPP's BOSH: https://github.com/Wohlstand/matterbridge/commits/master/ as this simplifies a lot of things, especially resolves problem of Chinese...