Status
SteamPeaks
ChartsSalesUpcomingPatchesNewsCalculator
New on SteamEvery app, DLC and depot the minute Steam creates itAppsEvery app on Steam, newest change firstPackagesSubs and bundles, and what each containsDepotsDepots, manifests and install sizesTagsSteam's user tags and the games under themDevelopers & publishersCompanies and their cataloguesTechnologiesEngines, SDKs and anti-cheat found in the filesChange historyEvery PICS changelist as it lands
SignalsNineteen readings of the whole catalogueCompareAny games side by sideRecordsAll-time peaks and the days they were setReportsWeekly and monthly write-upsAlerts & newsroomWatch a game, get told when it movesSteam statusIs Steam up, right nowWeb API explorerTry the endpoints in the browser
NewsSteam's own announcements and the sales calendarCalculatorWhat a Steam account is worth, and its pile of shame
/
Sign in
/
SteamPeaks
The ultimate resource for Steam data.
ExploreChartsSalesSales and festsUpcomingPatchesNewsRecordsTrendingSignals
DatabaseAppsPackagesDepotsTagsDevelopersTechnologiesChange history
ToolsCalculatorCompareSearchAlertsSteam statusAPI
SiteMethodologyFAQDiscordSupportSign in via Steam
Not affiliated with Valve or Steam. Game names and artwork belong to their owners. All times UTC.
PrivacyCookiesFair useStatus
ResoniteNews2026.7.22.1104 - System Audio capture (excluding Resonite), optimizations
Game update

2026.7.22.1104 - System Audio capture (excluding Resonite), optimizations

Resonite · published 22 Jul 2026, 18:44 UTC

All newsPlayers around this dateRead on Steam

Hello everyone!

I got a small update for you, but with some nice goodies!

I've been focusing on the IK for a bit, but my brain got foggy/burned out on it, so I'm focusing on side projects a bit to recover. One of those is Screen Sharing (which we'll start testing soon) and there's one feature trickling in from it that's also useful on itself - system audio capture!

For Windows there's now a new audio input, which captures your system audio while excluding Resonite's own audio! This makes it easy to stream in music and other things without shenanigans with virtual audio cables and so on.

The library used for this also supports capturing specific process audio - if there's interest, this could be added as well, but will require a bit of extra UI to be made.

There's also some small performance optimizations from @Gawdl3y, modernizing our codebase and removing some old Unity cruft and important fixes for the cloud from @ProbablePrime!

Also best thing - it's compatible with current, so no need to rush updating!

New Features:


- Added System Audio input driver which captures system audio without Resonite's audio output (implemented by @Frooxius, CI/CD by J4)
-- You can use this to stream your system audio without need for another audio device to separate Resonite audio sound
-- This is Windows only as it relies on Windows-specific ApplicationLoopback audio capture API
-- The library for the capture is open source under MIT and available here (and open to contributions for Linux / OS X support): https://github.com/Yellow-Dog-Man/ApplicationLoopback.NET

Optimizations:


- Replaced custom concurrent collections with the built-in .NET ones (implemented by @Gawdl3y)
-- These were originally added due to inadequate implementation/performance of the built-in ones in Unity's Mono runtime, but are no longer necessary on modern .NET
-- This may result in some minor performance improvements thanks to smarter locking strategies in the built-ins

Tweaks:


- Disable April Fools content when in a Universe (issue #4016, implemented by @ProbablePrime)

Locale:


- Merged Russian locale update by @antonalekseevich
- Merged Finnish locale update by @airride91

Fixes:


- Fix Anonymous Session broadcasts being blocked due to Ban lookup changes in 2026.7.14.913 by @ProbablePrime

More from Resonite

Other announcements

All news
Game update14 Sep 20262026.9.14.1239 - FABRIK bone stiffness, more holiday nodes, fixes & tweaksHello everyone! I've got another tidbit of StrikePose for you, our new in-house IK - FABRIK chain now supports bone stiffness! This is a new mechanism that allows to prevent weird kinks and bends when solving bones, making them look much nicer. This was implemented to make spine behave well for the Biped IK, I'll be integrating this soonish and continuing work the full body IK. There's a few ot…Community12 Sep 2026Resonite Beta Patch notes 2026.08Hello! We've had a ton of updates for the past month, and there's lots of content to go over. So - we made a short video to do just that! And if you are interested in seeing what we did over the past month, we've also uploaded our monthly Recap stream for August, which is where we take an hour to go over and showcase the highlights of August! This is also available on our YouTube channel, here:…Game update9 Sep 20262026.9.9.1136 - FFT improvements, Video Stream opt-out, asset cleanup optimizeHello everyone! Just a small update, addressing some issues with the FFT analyzer. There was some confusion with how the library we use handles real values, where they're not the real parts, but actually complex numbers interweaved. This address this, this update adds several new modes. The output by default now is magnitudes of the complex numbers, which should be easier to work with for visua…