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

Support downmixing audio to mono #156

Open
Splendide-Imaginarius opened this issue Jan 20, 2024 · 2 comments
Open

Support downmixing audio to mono #156

Splendide-Imaginarius opened this issue Jan 20, 2024 · 2 comments

Comments

@Splendide-Imaginarius
Copy link

For accessibility reasons, it would be helpful to support optionally downmixing stereo BGM to mono. I suspect OpenAL should make this straightforward.

(h/t @JaidenAlemni)

@JaidenAlemni
Copy link

This would indeed be a very helpful feature. I would just see it as a JSON configuration option as a boolean, maybe "forceMono". That would make the Ruby-side implementation a trivial configuration hash update. I'm not sure it really needs to be expanded beyond that (I see no reason to separate SE from BGM, for example)?

@Splendide-Imaginarius
Copy link
Author

I can picture some use cases (including one of mine) where BGM and SE might benefit from different behavior, but besides that, yes agreed that a boolean JSON config option should do the job.

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