Tobias Fleischer
Tobias Fleischer
This is not an actual "issue", just a list of websites offering TTS voices that I have already successfully implemented for rendering TTS audio using simple internet requests (similar to...
Has anyone tried to update the included SDL2 sources? Zillalib ships with 2.0.3, which is almost 6 years old, and in the meantime there have been big improvements in all...
1. ZL_Surface does not seem to free the allocated memory for the texture if it gets reassigned. I know this is probably a not very common use case, but consider...
As with VS2019, to make ZillaLib work with VS2022, some tiny changes need to be made in two files: File "ZillaApp-vs.props": - add the following line to the UserMacros section:...
Thank you for this interesting project! As mentioned already in the readme, both the encoding and decoding process can be a bit slow. While this might not necessarily be that...
In the feature list it says under animation: "Bone based physics for 2D ragdoll animations" I assume this is done via the Spine library that is provided (optionally) in the...
license?
What is the license on this code base?
One of the issues I keep bumping into with ZillaLib: The platforms that use the SDL2 backend return the keys pressed (on the SDL_KEYDOWN and SDL_KEYUP events) with their scancode,...
While I can get the OPN/OPM chips to work correctly, switching to MIDI channel 6/7 for the OPL chips causes just a horrible noise to play on note on. What...
Any reason you are referencing the old libs for libfmvoice, libvgm and midilib apart from stability? I tried with the latest versions of these libs and after some code shuffling,...