digital-sound-antiques / libkss

A player library for MSX music formats.
Other
38 stars 5 forks source link

Volume from separate channels #2

Closed niekvlessert closed 6 years ago

niekvlessert commented 8 years ago

It would be amazing if I can create an equalizer for every separate channel in the music. The player obviously delivers 2 audio channels, so that's not the way to go, I don't think I can currently have this data? Can you please shed some light on this?

okaxaki commented 8 years ago

yeah, it sounds amazing... but unfortunately libkss dose not provide API for separate output for each devices or channel in a device. Currently, to obtain each channels output data, we need to modify inside calc function (ex. KSSPLAY_calc for devices. PSG_calc, SCC_calc and OPLL_calc for channels).

Anyway this idea is worthy of consideration as regular API in future so I labelled this issue enhancement.

niekvlessert commented 8 years ago

Great. :)

okaxaki commented 6 years ago

I close this issue because #6 provides separate channel output and the volume can be controlled outside of the library.