zsound icon indicating copy to clipboard operation
zsound copied to clipboard

Streaming Sound Library for Commander X16

Results 4 zsound issues
Sort by recently updated
recently updated
newest added

IRQ disable / restore behavior in C wrapper functions needs to be fixed. Current implementation always enables IRQ when finished, regardless of the IRQ status when called. Need to fix...

If you call zsm_stopmusic() before any music is playing, it nearly crashes your program. It seems to run over some memory probably because some things are not initialized (like zsm_chanmask)....

I have been lately working on magic signatures for the unix file utility. The utility and the related libmagic library are used to determine file types of arbitrary data files....

The clock divider register is not supported in YM2203. This causes several VGMs to convert improperly, having the wrong pitch. The current workaround with -b flag is just a kludge...