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

Multichannel audio #13

Open
mprobinson opened this issue Oct 7, 2014 · 1 comment
Open

Multichannel audio #13

mprobinson opened this issue Oct 7, 2014 · 1 comment

Comments

@mprobinson
Copy link

Libretro currently assumes stereo audio. If we're serious about libretro being used for media players we need surround sound support. The highest number of channels in common use appears to be 8 (7.1 surround), which is common in modern Bluray releases. Ambisonics requires 9 channels for 2nd order and 16 channels for third order, which appears to be the highest order in practical use. The highest number of channels in use outside one-off installations I'm aware of is 24 (22.2, UHDTV audio). Some mechanism for the core to inform frontends of channel:speaker position mapping might also be useful.

Supporting a maximum of 32 channels would cover all practical current use cases and allow for future expansion, as well as being a power of two.

@Alcaro
Copy link
Collaborator

Alcaro commented Oct 7, 2014

I don't see why we'd need a limit at all, at least not on the libretro layer; the most obvious implementations I can think of are limited only by available memory. I'll have to go considerably out of my way to limit it to anything except 2^32-1 or available memory.

Either way, this sounds like it can be done in a purely additive way, so I vote wait until libretro v2 is done.

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

No branches or pull requests

2 participants