-
Notifications
You must be signed in to change notification settings - Fork 334
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 multi channel PCM audio #29
Comments
Added in Hexxeh/rpi-firmware@ca3703d You need to set config OMX_IndexConfigBrcmAudioDownmixCoefficients8x8 to audio_mixer.
|
I'm glad someone's decided to pay attention to this! Thanks ppcrnmx! |
First pass at multichannel PCM HDMI output has been pushed out. use option "--layout 5.1" for example (2.0, 2.1, 3.0, 3.1, 4.0, 4.1, 5.0, 5.1, 7.0, 7.1 are the supported options). Testers welcome. |
See: raspberrypi/linux#352 firmware: audioplus: avoid a race condition that can cause lost hdmi audio when pausing and unpausing too quickly firmware: dispmanx: Correct VC_IMAGE_TRANSFORM_T to DISPMANX_TRANFORM_T where appropriate firmware: audio: add support for arbitrary 8x8 channel mixing to be specified from host See: popcornmix/omxplayer#29
Sorry to post this here, but I wasn't able to find other contact info. Is it possible to use the current omxplayer with multichannel support in an existing OpenELEC build without recompiling the whole system? |
Note: this github repo is for the command line omxplayer which ships with raspbian. But, multichannel PCM is supported out of the box with xbmx (and so with OpenELEC). Further questions are best directed here: http://forum.kodi.tv/forumdisplay.php?fid=166 |
See: raspberrypi/linux#352 firmware: audioplus: avoid a race condition that can cause lost hdmi audio when pausing and unpausing too quickly firmware: dispmanx: Correct VC_IMAGE_TRANSFORM_T to DISPMANX_TRANFORM_T where appropriate firmware: audio: add support for arbitrary 8x8 channel mixing to be specified from host See: popcornmix/omxplayer#29
Would be nice to support multichannel PCM output over HDMI, for example when decoding 6 channel AAC.
Requires firmware support in audio_mixer to handle arbritrary mixing of up to 8 input channels to up to 8 output channels.
The text was updated successfully, but these errors were encountered: