Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Single sids panned hard-left. #8

Open
clort81 opened this issue Nov 20, 2021 · 3 comments
Open

Single sids panned hard-left. #8

clort81 opened this issue Nov 20, 2021 · 3 comments

Comments

@clort81
Copy link

clort81 commented Nov 20, 2021

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
Copy link
Member

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
Copy link
Contributor

ruby-R53 commented May 23, 2023

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
Copy link
Member

Need to expose the ouput of single chips before thinking about this:
libsidplayfp/libsidplayfp#41

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants