Forum Discussion

IVHed's avatar
IVHed
Copper Contributor
Dec 02, 2021

I need my Speaker Setup locked in to Dolby Atmos for home theater, please.

When I select Manage Audio Devices > Sound > Playback > DENON-AVR High Definition Audio Device > Configure > Audio Channels I have to manually select Dolby Atmos for home theater, remind it I have Center-Sub-Side and Rear, not just Rear speakers and that the Front left and right are full range, not the surrounds.

 

I get tired of having to do this manually when it should remember my selections. Also, on occasion, Windows thinks I don't actually need that setup and reverts to Stereo (more often than not). I have to go back in and select Dolby Atmos for home theater manually. Every. Time.

 

What I would like is a way to identify which registry entry I need to isolate and run in task manager (for example) that reminds Windows of my actual setup so I can hotkey the task and get on with my movies/games/etc.

 

I need a way to lock in my choices without spending hundreds of dollars on a keep-alive signal device to fool Windows into leaving my setup alone. This is likely due to the computer being always on but the AVR power cycling or the LG screen using Smart Features that pull audio focus from the PC, bypasses the PC by sending Audio directly to the AVR (eARC, etc).

 

My PC (Windows 10 Home v10.0.19043 Build 19043), AVR, speakers and RTX 3070 are all Atmos ready and switches formats automatically from 5.1, 7.1 and back to Atmos as the signal dictates and all my digital streams (PCM vs Bitstream) and connections (HDMI 2.1, 8k certified cables, eARC for Dolby Vision, etc) are working fine. What it DOESN'T do is keep Windows from randomly sneaking in a "did you actually mean STEREO?" switcharoo which I aim to prevent if at all possible.

 

I have found very little in the way of help isolating this in REG and what I did find I couldn't achieve the described effect. I have used automated scripts that open, right click, select, tab up and down, enter, enter, etc., to put things back to Dolby Atmos for home theater but it requires focus and selection that I have to wait for it to finish before I can use my mouse again and it doesn't always work due to the everchanging sound environment that Windows detects and automatically switches for me - no matter what I do to prevent it.

 

Any info, links, scripts, apps or help pages will be appreciated. I'm very comfortable working with AHK (even tho it's taboo right now and I'm only a beginner coding with it) to achieve this effect but I don't have the necessary DLL calls. I'm also comfortable working with REG edits but again, I don't know which one achieves the entire setup I need to reinforce or the one needed to activate Dolby Atmos for home theater that I can use with Task Manager. I hope to achieve this without upgrading to Windows 11.

 

NOTE: I do NOT have an issue selecting default devices - never have and doing so does nothing to preserve which speaker setup I prefer and prevent Stereo from even being an option. I only have one Mic and one Audio output anyway so I've nailed the default device thing. It's the desired Speaker setup (no enhancements, only audio channels) I need to get working, keeping, checking and correcting as needed or hotkeyed for my issue to be resolved.

 

Thank you in advance. If there is a better forum to ask this question please link.

  • Hi! Yeah this is a Microsoft Teams forum 🙂 I suggest searching for hifi forum or similar!
    • IVHed's avatar
      IVHed
      Copper Contributor

      adam deltinger Thank you for the suggestion. I'm trying to find a Microsoft forum to find my answer since the issue is with Microsoft software programming. The audio sites have no solution for less than $1100 and there's no software I can find or programmer that is willing to tackle the issue. If you know of a Microsoft forum you think could discuss this better please link it to me. Otherwise I'll let this fade away on it's own and keep looking. 

  • IVHed's avatar
    IVHed
    Copper Contributor
    After receiving an email for me to mark "best answer" I have to decline. I would like to think that Microsoft Teams would have a need for an answer to my query as this is not a need unique to myself. I have come to this realization after months of online research and the number of persons asking for the same feature. So for now, it goes unresolved. Hopefully someone will read this and be able to provide an answer. Referring me to a non-existent M$ forum did not, in fact, solve my query. I'll check back occasionally.
    • IVHed This is a community forum where people help each other with Microsoft Teams, which is a meeting and collaboration application. It is not the Microsoft team.

    • RoHCo's avatar
      RoHCo
      Copper Contributor

      IVHed 

      I have a very similar situation, and I might have stumbled across a solution to yours.

      My issue, I cant get my system to recognize which is the Dolby Atmos speakers?  it plays both the side and rear speakers off the same (rear) speakers, with no way to adjust the Atmos speakers being on top of my FR and FR speakers= Definitive Technologies 9080x. It is driving me nuts.

       

      A possible solution for you; I figured out I have to log out/put my system to sleep/fully shut down the computer before powering down my receiver. Then powering everything back on starting with the receiver. Its the only way I haven't had to reset sound settings each darn time.

       

      Hope I helped, any help in return is appreciated! Ive posted on some hifi forums and no luck yet.

      Rob

      • IVHed's avatar
        IVHed
        Copper Contributor

        RoHCo Thank you for replying. Since this post I've tried a couple solutions including a third party audio switcher. Even with that, sometimes when I come back the audio is muted in the active window (game) with no way to unmute it without quitting the app and relaunching. Then other times when the entire computer is muted so interestingly enough, this week I ran the troubleshooter (again) and realized the last two times all it did was stop and restart the audio drivers. Well, I can do that. So I got my hands on this snippet of AHK script and it works just fine.

        ^+s::
        RunWait,sc stop "AudioSrv" ;Stop AudioSrv service.
        RunWait,sc start "AudioSrv" ;Start AudioSrv service.
        return


        Note:
        While this may work as a standalone AHK script, I'm only quoting the part I added to my existing script so the opening lines and other functionalities in my master script are not shown here. What to put at the start of your personal AHK compilation would need to be researched to match your specific setup and uses. 

Resources