Giter Club home page Giter Club logo

Comments (6)

walbourn avatar walbourn commented on June 29, 2024

Thanks for the follow-up. All audio devices are supposed to use KSCATEGORY_AUDIO as well, so maybe it's a driver bug?

What driver is it?

from directxtk.

siradam7th avatar siradam7th commented on June 29, 2024

Realtek High Definition Audio, version 6.0.8945.1

from directxtk.

walbourn avatar walbourn commented on June 29, 2024

Are you using the default audio device when creating the XAudio2 mastering graph, or are you enumerating a specific device?

from directxtk.

siradam7th avatar siradam7th commented on June 29, 2024

I have confirmed that this is a driver bug.
Since uninstalling the Realtek HD Audio Driver and reverting back to the standard Windows 10 driver solves this problem (still a realtek driver, but the one that ships with Windows), it sends an KSCATEGORY_AUDIO as expected.
But once the Realtek HD Audio Driver (tested versions: 6.0.9225.1, 6.0.8945.1) is installed, it no longer receives it, and instead starts receiving DEVINTERFACE_AUDIO_RENDER.

Proposition:
Since this bug might affect other systems causing inconsistent behaviour based on the audio driver, I suggest to also register notifications for DEVINTERFACE_AUDIO_RENDER so that even systems with an audio driver with this behaviour can get notifications as expected.

from directxtk.

walbourn avatar walbourn commented on June 29, 2024

Thanks for the follow-up.

If you use the default device for XAudio2 instead of enumerate a specific device, on Windows 10+ you won't actually get a graph error for changing end-points as OnCriticalError. This relies on WASAPI virtualized client. In that case, you don't really need this notification.

from directxtk.

siradam7th avatar siradam7th commented on June 29, 2024

Yes, it is best to handle this using Audio apis rather than rely on WM_DEVICECHANGE.
Anyways, I hope this issue will be helpful to anyone that runs into this bug as I couldn't find anything about it.

from directxtk.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.