Skip to content

Commit 11c3c9a

Browse files
committed
Add KSS input plugin based on libkss
Supports all MSX sound chips: PSG, SCC, OPLL/FMPAC, MSX-Audio/OPL. Per-channel stereo panning for PSG and SCC, OPLL channel stereo. Parses NEZplug extended m3u/m3u8 playlists for track titles, durations, and fade times. Configurable via Audacious preferences panel. libkss (ramonsmits/libkss per-channel-pan branch) included as submodule.
1 parent 95a3dbf commit 11c3c9a

File tree

6 files changed

+634
-0
lines changed

6 files changed

+634
-0
lines changed

.gitmodules

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[submodule "src/kss-libkss/libkss"]
2+
path = src/kss-libkss/libkss
3+
url = https://github.com/ramonsmits/libkss.git
4+
branch = per-channel-pan

meson_options.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ option('cdaudio-cddb', type: 'boolean', value: true,
3434
description: 'Whether CDDB support for the Audio CD plugin is enabled')
3535
option('console', type: 'boolean', value: true,
3636
description: 'Whether Game Music Emu support is enabled')
37+
option('kss-libkss', type: 'boolean', value: true,
38+
description: 'Whether KSS (MSX music) support via libkss is enabled')
3739
option('ffaudio', type: 'boolean', value: true,
3840
description: 'Whether FFmpeg support is enabled')
3941
option('flac', type: 'boolean', value: true,

0 commit comments

Comments
 (0)