Status
SteamPeaks
ChartsSalesUpcomingPatchesEventsCalculator
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
EventsSteam's own events 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 festsUpcomingPatchesEventsRecordsTrendingSignals
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
ResoniteEvents2026.9.8.1049 - FFT analyzer, Type list/dictionary, QUIC on Linux
Game update

2026.9.8.1049 - FFT analyzer, Type list/dictionary, QUIC on Linux

Resonite · published 8 Sep 2026, 17:42 UTC

All eventsPlayers around this dateRead on Steam

Hello everyone!

Got another update for you with a bunch of goodies. I've been making more work on the IK again, but there's a few collection-related goodies that have still trickled in!

Notably, there's now FFT analyzer! You can make cool music visualizers and other stuff.

If you're on Linux, the new QUIC protocol should now also be supported out of the box thanks to @bluecyro!

New Features:


- Added FFT_RealAnalyzer (requested by @DoubleStyx, issue #48, @frooxius, with consults with @bluecyro)
-- This performs FFT analysis of audio data (similar to Viseme/Volume meter analyzers)
-- Data is output as raw FFT array of float (this array is local to each user)
-- Changes are triggered whenever analysis completes
-- Configurable FFT buffer size from 128 to 8192
-- NormalizeOutput will scale values depending on the buffer size to stay within -1.0...1.0 range (on by default)
-- You can either use Hamming filter (default) or None
-- Under Media/Utility
-- More features can be added (window filters, potentially downsampling)

- Added QUIC libraries for 64-bit Linux systems
-- Linux users should now be able to enjoy the benefits of our new QUIC networking protocol without workarounds (issue #6965, implemented by @bluecyro)

- Added CharsToString node which constructs a new string from IEnumerable<char> input (requested by @3x1t_5tyl3, issue #7150)
-- This will accept any collection of chars and construct a string from it
- Added TypeList component (under Data) (requested by @reddneko, issue #7156)
- Added TypeDictionary<K> component (requested by @reddneko, issue #7156)

Tweaks:


- Snapping system now respects Enabled state on snappable components (requested by @_deltawolf, issue #7147)

Locale:


- Merged Chinese (Taiwan) update by @meowwei
- Merged Chinese (Taiwan) update by @meowwei, @ninnana. and @modimobeikete

Fixes:


- Fixed document entity not being fully initialized on import
-- This fixes document viewer (e.g. for PDF) missing proper item name and spawning user
- Fixed Resonite completely freezing in rare cases when acceleration structures get corrupted
-- This will now only crash the world, rather than freezing the entire engine
- Fixed Add operation with dictionaries causing crash when the key is null (reported by @3x1t_5tyl3, issue #7190)
-- The operation will now fail for null keys (these cannot be used as keys)

More from Resonite

Other announcements

All events
ResoniteGame 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…ResoniteGame update8 Sep 20262026.9.8.1092 - Fixed crash with FFT analyzerQuick hotfix for a crash. Sorry for the inconvenience! Fixes: - Fixed session crash with FFT_RealAnalyzer (reported by @3x1t_5tyl3 , issue #7197)ResoniteGame update2 Sep 20262026.9.2.1275 - Fixed screen share getting stuck on "Stream Offline"Hey everyone! Just an extra small update today, since I found a quick fix for shared screen going offline at cases and it's compatible with previous! :3 Technically only hosts need to update for this fix. Locale: - Merged German locale update by @muppeq Fixes: - Fixed screen share stream showing as offline when the streaming user is not host and when the stream reinitializes (based on report by…