libvgm
libvgm copied to clipboard
A more modular rewrite of most components from VGMPlay. will include sub-libraries for audio output, sound emulation and VGM playback
Hello! Found out that Sega CD tracks sound improperly. Please check out https://vgmrips.net/packs/pack/silpheed-mega-cd Checked also at the most recent version 8dcffa434ade3998bfbbece14
moved from. https://github.com/ValleyBell/in_vgm-libvgm/issues/2 it would be nice to have NEZplug++ as an option in the emulation core settings for Gameboy. sound emulation is more accurate, it emulates volume zombie mode,...
[8930test.zip](https://github.com/ValleyBell/libvgm/files/7971318/8930test.zip) the same file works in ZXTune.
The current workflow for using DataLoader is: - File/MemoryLoader Init → create DataLoader object - DataLoader SetPreloadBytes → set amount of bytes to load when opening the file - DataLoader...
I have one big feature request for libvgm, and that is improved support for voices/channels in the API (I use the term "voice" to disambiguate from left/right stereo channels). ####...
Hi there, I was writing up a readme for one of my projects that can optionally use libvgm, and wanted to make a note of the licensing (ie, here's a...
It would be nice to be able to serialize/deserialize the chip emulation state, so that savestates can be made and restored. This could be used in many ways, for example...
Hi, I am considering replacing large portions of Game Music Emu (@kode54 fork) with libvgm in my project, but I'm confused about a few things. 1. Can you add a...
Adding a backend for OpenAL would make it possible to directly use libvgm-audio with Emscripten, making it easier to build web applications with libvgm and programs that use it.
Aaron Giles' rewrite of the old MAME FM cores was [recently merged in the last MAME release](https://github.com/mamedev/mame/pull/7808). It is supposedly more accurate than the previous cores, and also has a...