Windows 10 HDMI - Enable 9.2 channel audio
I have a NUC model NUC7CJYH running Windows 10. The NUC is HDMI 2.0a capable which means it can stream up to 32 channels of audio. The NUC is connected to a Pioneer SC-LX57 9.2 channel receiver which is also HDMI 2.0a capable. The PC is connected with a "Premium HDMI" cable with a QR code proofing it's indeed a HDMI 2.0 cable.
However, I don't see an option to specify more than 7.1 channels for the audio device:
How to enable the 9.2-channel audio mode in Windows 10?
windows-10 audio hdmi home-theater
|
show 1 more comment
I have a NUC model NUC7CJYH running Windows 10. The NUC is HDMI 2.0a capable which means it can stream up to 32 channels of audio. The NUC is connected to a Pioneer SC-LX57 9.2 channel receiver which is also HDMI 2.0a capable. The PC is connected with a "Premium HDMI" cable with a QR code proofing it's indeed a HDMI 2.0 cable.
However, I don't see an option to specify more than 7.1 channels for the audio device:
How to enable the 9.2-channel audio mode in Windows 10?
windows-10 audio hdmi home-theater
1
Dolby Atmos may be used for that, but your hardware must conform.
– harrymc
Nov 23 '18 at 13:01
@harrymc thank you for looking into this. Will it allow me to stream 9.2 PCM audio or the feature allows streaming only Atmos-encoded content?
– Ivan Nikitin
Nov 23 '18 at 13:03
1
The possible channel formats are transferred from the Pioneer to the NUC via ELD ("EDID-like data") embedded in EDID. So the first step should be to look at that and see if it has 9.2, or not. I know how to access this data on Linux, but not on Windows, but maybe somebody else knows...
– dirkt
Nov 23 '18 at 13:09
@dirkt Indeed, Windows sees the receiver as an 8-channel device. I sent a message to Pioneer support for details.
– Ivan Nikitin
Nov 23 '18 at 13:47
1
The basic Windows speaker configuration (DirectSound compatible) cannot exceed 7.1 from what I found (KSAUDIO_CHANNEL_CONFIG
struct). Internally, structures go up to 10.1.7.
– Daniel B
Nov 24 '18 at 15:44
|
show 1 more comment
I have a NUC model NUC7CJYH running Windows 10. The NUC is HDMI 2.0a capable which means it can stream up to 32 channels of audio. The NUC is connected to a Pioneer SC-LX57 9.2 channel receiver which is also HDMI 2.0a capable. The PC is connected with a "Premium HDMI" cable with a QR code proofing it's indeed a HDMI 2.0 cable.
However, I don't see an option to specify more than 7.1 channels for the audio device:
How to enable the 9.2-channel audio mode in Windows 10?
windows-10 audio hdmi home-theater
I have a NUC model NUC7CJYH running Windows 10. The NUC is HDMI 2.0a capable which means it can stream up to 32 channels of audio. The NUC is connected to a Pioneer SC-LX57 9.2 channel receiver which is also HDMI 2.0a capable. The PC is connected with a "Premium HDMI" cable with a QR code proofing it's indeed a HDMI 2.0 cable.
However, I don't see an option to specify more than 7.1 channels for the audio device:
How to enable the 9.2-channel audio mode in Windows 10?
windows-10 audio hdmi home-theater
windows-10 audio hdmi home-theater
asked Nov 23 '18 at 12:46
Ivan Nikitin
1012
1012
1
Dolby Atmos may be used for that, but your hardware must conform.
– harrymc
Nov 23 '18 at 13:01
@harrymc thank you for looking into this. Will it allow me to stream 9.2 PCM audio or the feature allows streaming only Atmos-encoded content?
– Ivan Nikitin
Nov 23 '18 at 13:03
1
The possible channel formats are transferred from the Pioneer to the NUC via ELD ("EDID-like data") embedded in EDID. So the first step should be to look at that and see if it has 9.2, or not. I know how to access this data on Linux, but not on Windows, but maybe somebody else knows...
– dirkt
Nov 23 '18 at 13:09
@dirkt Indeed, Windows sees the receiver as an 8-channel device. I sent a message to Pioneer support for details.
– Ivan Nikitin
Nov 23 '18 at 13:47
1
The basic Windows speaker configuration (DirectSound compatible) cannot exceed 7.1 from what I found (KSAUDIO_CHANNEL_CONFIG
struct). Internally, structures go up to 10.1.7.
– Daniel B
Nov 24 '18 at 15:44
|
show 1 more comment
1
Dolby Atmos may be used for that, but your hardware must conform.
– harrymc
Nov 23 '18 at 13:01
@harrymc thank you for looking into this. Will it allow me to stream 9.2 PCM audio or the feature allows streaming only Atmos-encoded content?
– Ivan Nikitin
Nov 23 '18 at 13:03
1
The possible channel formats are transferred from the Pioneer to the NUC via ELD ("EDID-like data") embedded in EDID. So the first step should be to look at that and see if it has 9.2, or not. I know how to access this data on Linux, but not on Windows, but maybe somebody else knows...
– dirkt
Nov 23 '18 at 13:09
@dirkt Indeed, Windows sees the receiver as an 8-channel device. I sent a message to Pioneer support for details.
– Ivan Nikitin
Nov 23 '18 at 13:47
1
The basic Windows speaker configuration (DirectSound compatible) cannot exceed 7.1 from what I found (KSAUDIO_CHANNEL_CONFIG
struct). Internally, structures go up to 10.1.7.
– Daniel B
Nov 24 '18 at 15:44
1
1
Dolby Atmos may be used for that, but your hardware must conform.
– harrymc
Nov 23 '18 at 13:01
Dolby Atmos may be used for that, but your hardware must conform.
– harrymc
Nov 23 '18 at 13:01
@harrymc thank you for looking into this. Will it allow me to stream 9.2 PCM audio or the feature allows streaming only Atmos-encoded content?
– Ivan Nikitin
Nov 23 '18 at 13:03
@harrymc thank you for looking into this. Will it allow me to stream 9.2 PCM audio or the feature allows streaming only Atmos-encoded content?
– Ivan Nikitin
Nov 23 '18 at 13:03
1
1
The possible channel formats are transferred from the Pioneer to the NUC via ELD ("EDID-like data") embedded in EDID. So the first step should be to look at that and see if it has 9.2, or not. I know how to access this data on Linux, but not on Windows, but maybe somebody else knows...
– dirkt
Nov 23 '18 at 13:09
The possible channel formats are transferred from the Pioneer to the NUC via ELD ("EDID-like data") embedded in EDID. So the first step should be to look at that and see if it has 9.2, or not. I know how to access this data on Linux, but not on Windows, but maybe somebody else knows...
– dirkt
Nov 23 '18 at 13:09
@dirkt Indeed, Windows sees the receiver as an 8-channel device. I sent a message to Pioneer support for details.
– Ivan Nikitin
Nov 23 '18 at 13:47
@dirkt Indeed, Windows sees the receiver as an 8-channel device. I sent a message to Pioneer support for details.
– Ivan Nikitin
Nov 23 '18 at 13:47
1
1
The basic Windows speaker configuration (DirectSound compatible) cannot exceed 7.1 from what I found (
KSAUDIO_CHANNEL_CONFIG
struct). Internally, structures go up to 10.1.7.– Daniel B
Nov 24 '18 at 15:44
The basic Windows speaker configuration (DirectSound compatible) cannot exceed 7.1 from what I found (
KSAUDIO_CHANNEL_CONFIG
struct). Internally, structures go up to 10.1.7.– Daniel B
Nov 24 '18 at 15:44
|
show 1 more comment
1 Answer
1
active
oldest
votes
According to the specifications for your NUC model NUC7CJYH, it only supports up to 7.1 surround sound. Therefore, it is not capable of 9.2 surround sound.
I bet that only applies to the “regular” sound processor but not HDMI.
– Daniel B
Nov 24 '18 at 15:45
@DanielB HDMI only carries the signal, it can't create 9.2 surround sound. If the built-in sound card doesn't support it, he can't do it.
– Keltari
Nov 24 '18 at 16:13
That’s correct, but every HDMI-capable graphics card I know includes a dedicated audio processor.
– Daniel B
Nov 24 '18 at 16:51
The specification you're referring says it's a HDMI 2.0a device. HDMI 2.0a supports up to 32 channels of audio. I'm trying to stream audio through HDMI, not a built-in sound card.
– Ivan Nikitin
Nov 26 '18 at 12:20
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1377796%2fwindows-10-hdmi-enable-9-2-channel-audio%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
According to the specifications for your NUC model NUC7CJYH, it only supports up to 7.1 surround sound. Therefore, it is not capable of 9.2 surround sound.
I bet that only applies to the “regular” sound processor but not HDMI.
– Daniel B
Nov 24 '18 at 15:45
@DanielB HDMI only carries the signal, it can't create 9.2 surround sound. If the built-in sound card doesn't support it, he can't do it.
– Keltari
Nov 24 '18 at 16:13
That’s correct, but every HDMI-capable graphics card I know includes a dedicated audio processor.
– Daniel B
Nov 24 '18 at 16:51
The specification you're referring says it's a HDMI 2.0a device. HDMI 2.0a supports up to 32 channels of audio. I'm trying to stream audio through HDMI, not a built-in sound card.
– Ivan Nikitin
Nov 26 '18 at 12:20
add a comment |
According to the specifications for your NUC model NUC7CJYH, it only supports up to 7.1 surround sound. Therefore, it is not capable of 9.2 surround sound.
I bet that only applies to the “regular” sound processor but not HDMI.
– Daniel B
Nov 24 '18 at 15:45
@DanielB HDMI only carries the signal, it can't create 9.2 surround sound. If the built-in sound card doesn't support it, he can't do it.
– Keltari
Nov 24 '18 at 16:13
That’s correct, but every HDMI-capable graphics card I know includes a dedicated audio processor.
– Daniel B
Nov 24 '18 at 16:51
The specification you're referring says it's a HDMI 2.0a device. HDMI 2.0a supports up to 32 channels of audio. I'm trying to stream audio through HDMI, not a built-in sound card.
– Ivan Nikitin
Nov 26 '18 at 12:20
add a comment |
According to the specifications for your NUC model NUC7CJYH, it only supports up to 7.1 surround sound. Therefore, it is not capable of 9.2 surround sound.
According to the specifications for your NUC model NUC7CJYH, it only supports up to 7.1 surround sound. Therefore, it is not capable of 9.2 surround sound.
edited Nov 24 '18 at 14:53
answered Nov 24 '18 at 14:16
Keltari
50.8k18117169
50.8k18117169
I bet that only applies to the “regular” sound processor but not HDMI.
– Daniel B
Nov 24 '18 at 15:45
@DanielB HDMI only carries the signal, it can't create 9.2 surround sound. If the built-in sound card doesn't support it, he can't do it.
– Keltari
Nov 24 '18 at 16:13
That’s correct, but every HDMI-capable graphics card I know includes a dedicated audio processor.
– Daniel B
Nov 24 '18 at 16:51
The specification you're referring says it's a HDMI 2.0a device. HDMI 2.0a supports up to 32 channels of audio. I'm trying to stream audio through HDMI, not a built-in sound card.
– Ivan Nikitin
Nov 26 '18 at 12:20
add a comment |
I bet that only applies to the “regular” sound processor but not HDMI.
– Daniel B
Nov 24 '18 at 15:45
@DanielB HDMI only carries the signal, it can't create 9.2 surround sound. If the built-in sound card doesn't support it, he can't do it.
– Keltari
Nov 24 '18 at 16:13
That’s correct, but every HDMI-capable graphics card I know includes a dedicated audio processor.
– Daniel B
Nov 24 '18 at 16:51
The specification you're referring says it's a HDMI 2.0a device. HDMI 2.0a supports up to 32 channels of audio. I'm trying to stream audio through HDMI, not a built-in sound card.
– Ivan Nikitin
Nov 26 '18 at 12:20
I bet that only applies to the “regular” sound processor but not HDMI.
– Daniel B
Nov 24 '18 at 15:45
I bet that only applies to the “regular” sound processor but not HDMI.
– Daniel B
Nov 24 '18 at 15:45
@DanielB HDMI only carries the signal, it can't create 9.2 surround sound. If the built-in sound card doesn't support it, he can't do it.
– Keltari
Nov 24 '18 at 16:13
@DanielB HDMI only carries the signal, it can't create 9.2 surround sound. If the built-in sound card doesn't support it, he can't do it.
– Keltari
Nov 24 '18 at 16:13
That’s correct, but every HDMI-capable graphics card I know includes a dedicated audio processor.
– Daniel B
Nov 24 '18 at 16:51
That’s correct, but every HDMI-capable graphics card I know includes a dedicated audio processor.
– Daniel B
Nov 24 '18 at 16:51
The specification you're referring says it's a HDMI 2.0a device. HDMI 2.0a supports up to 32 channels of audio. I'm trying to stream audio through HDMI, not a built-in sound card.
– Ivan Nikitin
Nov 26 '18 at 12:20
The specification you're referring says it's a HDMI 2.0a device. HDMI 2.0a supports up to 32 channels of audio. I'm trying to stream audio through HDMI, not a built-in sound card.
– Ivan Nikitin
Nov 26 '18 at 12:20
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1377796%2fwindows-10-hdmi-enable-9-2-channel-audio%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
Dolby Atmos may be used for that, but your hardware must conform.
– harrymc
Nov 23 '18 at 13:01
@harrymc thank you for looking into this. Will it allow me to stream 9.2 PCM audio or the feature allows streaming only Atmos-encoded content?
– Ivan Nikitin
Nov 23 '18 at 13:03
1
The possible channel formats are transferred from the Pioneer to the NUC via ELD ("EDID-like data") embedded in EDID. So the first step should be to look at that and see if it has 9.2, or not. I know how to access this data on Linux, but not on Windows, but maybe somebody else knows...
– dirkt
Nov 23 '18 at 13:09
@dirkt Indeed, Windows sees the receiver as an 8-channel device. I sent a message to Pioneer support for details.
– Ivan Nikitin
Nov 23 '18 at 13:47
1
The basic Windows speaker configuration (DirectSound compatible) cannot exceed 7.1 from what I found (
KSAUDIO_CHANNEL_CONFIG
struct). Internally, structures go up to 10.1.7.– Daniel B
Nov 24 '18 at 15:44