Skip to content

Releases: Victoare/SR-WLED-audio-server-win

v1.1.1

19 Mar 22:35
Compare
Choose a tag to compare

A couple small-ish changes:

  • Doubled the speed of the audio capture and with that the packets as well (it is now floating around 33 packets/frames per second)
  • Interpolated buckets (when one bar is missing data, the app will fill with average of the neighbours)
  • Fixed logarithmic value scaling

I hope this will be downloadable without the whole "malicious app" flagging.

v1.1.0 - Look-a-like

25 Feb 17:51
Compare
Choose a tag to compare

The audio process chain got a complete rework.
With this, there is now a setting for value scaling (like in WLED). It is now set to square root by default to give a bit more resemblance to the wled original feel.
Also an simple experimental beat detection is implemented. The only thing I can promise with it: It won't work flawlessly 😄
Small modifications in behaviours, like when silence is detected, the GEQ would slowly decay instead of sudden drop to zero.

Note:
I don't know why but chrome, microsoft, even virustotal.com started to flag this exe as malicious.
No new/updated library is used, no external access other than microsofts own dotnet framework downloader.
https://www.virustotal.com/gui/file/75b94782cea25bbb72d05cefdcd28abd921b6f2ae723ba935961cc0ddb42cb39?nocache=1
Sent a false-positive report with a sample to BitDeffender...

Update 2024.02.27.
After giving a sample to BitDeffender the 17 detection went down to 5. Next is McAfee and Cynet.
image

Update 2024.02.28.
Down to 2. 🥳 Chrome still flags the download as malicious, but offers a scan and after that it allows downloading.
image

Update 2024.03.05.
It seems that Chrome is stopped marking this download as suspicious and on virustotal only "Deepinstinct" marks it as malicious.

v1.0.4

10 Feb 14:32
Compare
Choose a tag to compare

Improvements on resiliency and performance.

  • FFT display also synchronised to audio processing and packet sending.
  • Audio and network errors are showing in tooltips. (on "capture" label and on PPS display)
  • Detect if default audio device is changed and follow if necessary.
  • IP address validity is checked at startup (only if set on the form)
  • Network sending keeps running even if errors in the settings

v1.0.3

04 Feb 16:10
Compare
Choose a tag to compare

Fix: Settings lost between version changes.
Fix: If localIP is empty and the PC is returning from hibernation sometimes it seemingly stops sending the packages.
Imp: Minimized form stayed minimized on systray icon "show form" command.
Imp: Syncronizing network send to audio capture: no more unnecessary packets, less stress on network and cpu.

v1.0.2

03 Feb 20:48
Compare
Choose a tag to compare

New: FFT bars are showing their respective frequency ranges when mouse is over them
Fix: PPS counter acted weird sometimes (showing much lower values than real)

v1.0.1 - A tiny update

02 Feb 19:43
Compare
Choose a tag to compare

There was a bit rework on the packet sending part. It will be a bit faster, the timing a bit tighter (targeting 45 pps)
Added more validity checking for local IP and SR port settings.
The forms title now contains the version.

It's alive!

01 Feb 22:19
Compare
Choose a tag to compare

The first version is out!

This is more of a Beta, so take it with a thick pinch of patience if something go sideways. 😄

To Install just download the WledSRServer.zip, unpack somewhere and run the .exe