https://github.com/in-c0/win-audio-resources
https://github.com/in-c0/win-audio-resources
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/in-c0/win-audio-resources
- Owner: in-c0
- Created: 2025-01-22T12:12:38.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-01-29T18:13:47.000Z (5 months ago)
- Last Synced: 2025-01-29T19:24:28.569Z (5 months ago)
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# win-audio-resources
We're following https://learn.microsoft.com/en-us/samples/microsoft/windows-driver-samples/sysvad-virtual-audio-device-driver-sample/
Download driver samples from the [repo](https://github.com/microsoft/Windows-driver-samples/tree/main/audio/sysvad)
Install the driver samples:
Download [WDK](https://learn.microsoft.com/en-us/windows-hardware/drivers/download-the-wdk) and execute devcon.exe on the driver package ( Driver package path: D:\Projects\WASAPI\Windows-driver-samples\audio\sysvad\x64\Release\package )
& "C:\Program Files (x86)\Windows Kits\10\Tools\10.0.26100.0\x64\devcon.exe" install ComponentizedAudioSample.inf Root\Sysvad_ComponentizedAudioSampleYou may need to rightclick driver certificate (package.cer) and install it prior to the driver installation
Bug notes:
https://techcommunity.microsoft.com/discussions/windows11/volume-mixer-doesnt-go-below-1-even-if-youre-on-0-it-still-has-noise/4034333Check Win+R -> sndvol as it is different from the Win11 volume mixer UI
list to come back to
- https://learn.microsoft.com/en-us/samples/microsoft/windows-driver-samples/sysvad-virtual-audio-device-driver-sample/
- https://learn.microsoft.com/en-us/windows-hardware/drivers/audio/wavert-miniport-driver
- https://learn.microsoft.com/en-us/windows-hardware/drivers/audio/hardware-offloaded-audio-processing
- https://learn.microsoft.com/en-us/windows-hardware/drivers/audio/audio-processing-object-architecture
- https://learn.microsoft.com/en-au/windows/win32/coreaudio/wasapi?redirectedfrom=MSDN
- https://learn.microsoft.com/en-au/windows/win32/coreaudio/stream-management
- https://learn.microsoft.com/en-au/windows/win32/coreaudio/audio-endpoint-devicesKernel mode driver debugging
https://learn.microsoft.com/en-us/windows-hardware/drivers/debugger/debug-universal-drivers--kernel-mode-nice layout https://basicpitch.spotify.com/about