-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f4f71da
commit 9eb8c03
Showing
1 changed file
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# gamesense_net | ||
Short implementation of SteelSeries GG Gamesense API in .NET 7 | ||
|
||
# I wanted to make my new keyboard's OLED screen display whatever audio is currently playing. | ||
|
||
I know there's already an app that exists to do that. I also just wanted to program something. | ||
|
||
# so what's it do | ||
|
||
It utilizes WinRT to observe what the "focused" audio session is in the Windows media player. It then just displays the title on the first line, and the artist on the second line. | ||
|
||
It does not scroll long text. Sorry. | ||
|
||
# Dependencies | ||
|
||
This relies on Newtonsoft (what doesn't) and [Dubya](https://www.nuget.org/packages/Dubya.WindowsMediaController/) becuase <i>someone</i> at Microsoft decided to remove the built-in support for WinRT from .NET in .NET 5.0. Loser. |