Skip to content

Commit

Permalink
Add "code sample" link
Browse files Browse the repository at this point in the history
  • Loading branch information
dechamps committed Jan 9, 2022
1 parent a8c2466 commit 9fe0242
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ any audio device driver. It works by intercepting hardware volume control
queries from the Windows audio engine before they make their way to the audio
device driver.

This project can also serve as a nice code sample for a trivial, minimalistic
[Kernel Streaming][] [WDF][] [filter driver][msfilter].
This project can also serve as a nice [code sample][] for a trivial,
minimalistic [Kernel Streaming][] [WDF][] [filter driver][msfilter].

## Why would I possibly want to use this?

Expand Down Expand Up @@ -601,6 +601,7 @@ strange behaviour of Kernel Streaming requests.
[audio endpoints]: https://docs.microsoft.com/en-us/windows/win32/coreaudio/audio-endpoint-devices
[avoid clipping]: https://www.audiosciencereview.com/forum/index.php?threads/ending-the-windows-audio-quality-debate.19438/page-16#post-1025696
[CAudioLimiter]: https://www.audiosciencereview.com/forum/index.php?threads/ending-the-windows-audio-quality-debate.19438/
[code sample]: src/
[DAC non-linearities]: https://www.audiosciencereview.com/forum/index.php?threads/how-important-is-dac-linearity.7878/
[DebugView]: https://docs.microsoft.com/en-us/sysinternals/downloads/debugview
[diagrams]: https://docs.microsoft.com/en-us/windows-hardware/drivers/audio/audio-processing-object-architecture#audio-processing-objects-architecture
Expand Down

0 comments on commit 9fe0242

Please sign in to comment.