redbug26 / libstsound

ST Sound library, modified for accurate AY-3-8912 emulation.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

StSound Library 2.0

Build Status

by the CPCSDK team

What you will find here is a fork of StSoundLibrary as released by Leonard/Oxygene. We needed a version of this library with some changes for better Amstrad CPC support, that is, emulating an AY-3-8912 chip instead of the YM2149 (there are some slight differences), with stereo support. Our goal was to use it in an emulator, so we had to change the API. We also wanted to create a more practical build system for it.

This version of StSound use a different API, some change into source code are probably need. Stereo are know working fine and a system of profile are create for change emulation parameters (MasterClock, Volume Table and Mixing). And a system of modular filter had been added.

StSoundLibrary 2.0 is very different from the original. It is far more accurate as we use volume curves gathered from measurements on a real machine and finetuning done with highly trained ears. As of today, it is the most accurate AY3 emulator available.

About

ST Sound library, modified for accurate AY-3-8912 emulation.

License:BSD 2-Clause "Simplified" License


Languages

Language:C++ 92.9%Language:C 6.4%Language:M4 0.4%Language:Makefile 0.3%Language:Shell 0.0%