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

Why only one or two channels? #22

Open
MarcHagen opened this issue Jul 4, 2024 · 2 comments
Open

Why only one or two channels? #22

MarcHagen opened this issue Jul 4, 2024 · 2 comments

Comments

@MarcHagen
Copy link

if channels in [1, 2]: # values
self._pipewire_configs["--channels"] = str(channels)
else:
raise ValueError(
f"{MESSAGES_ERROR['ValueError']}[channels='{channels}']\
WRONG VALUE\n ONLY 1 or 2."
)

This piece of code prevents me from playing a multitrack audio file.
Why does this check exist?
pw-cat is perfectly capable of playing multi tracks with --channels and --channel-map

@pablodz
Copy link
Owner

pablodz commented Jul 5, 2024

Never used more than two channels, PR are welcome

@MarcHagen
Copy link
Author

I'll check if i can create a PR with some improvements.

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

2 participants