libsidplayfp / sidplayfp

Console SID/MUS player
GNU General Public License v2.0
34 stars 8 forks source link

Single sids panned hard-left. #8

Open clort81 opened 2 years ago

clort81 commented 2 years ago

A sid file driving just one sid will be panned to only left channel when sidplayfp is invoked with:

sidplayfp -s -ri -f48000 -q -ds0xd420 -ts54336 -t02:00 $file

Pans the music hard left.

Nobody wants that. Sidplayfp should play a single-sid file back in both left and right channels.

drfiemost commented 2 years ago

When mapping a second SID and playing in stereo mode each chip is panned to the side. There is no generic way to know that only one of them is used so this is expected.

ruby-R53 commented 1 year ago

sorry for the necropost, but hm... what about giving a switch to pan each sid? like: --pan[sidleft,sidcenter,sidright] so for example, if you want the first sid to be on the center, the 2nd on the left, and the 3rd on the right, you'd run: sidplayfp -s -ri -f48000 -q -ds0xd420 -ts54336 -t02:00 --pan2,1,3 $file.

drfiemost commented 1 year ago

Need to expose the ouput of single chips before thinking about this: https://github.com/libsidplayfp/libsidplayfp/issues/41