PowerZox
PowerZox
CC#
Created by PowerZox on 2/10/2025 in #help
Parameterless constructor in struct
Thank you I will look into this
14 replies
CC#
Created by PowerZox on 2/10/2025 in #help
Parameterless constructor in struct
Ah ok I see
14 replies
CC#
Created by PowerZox on 2/10/2025 in #help
Parameterless constructor in struct
The title makes more sense in this one and is more explanatory
14 replies
CC#
Created by PowerZox on 2/10/2025 in #help
Parameterless constructor in struct
yeah I made a mistake but it won't let me edit the body of the post
14 replies
CC#
Created by PowerZox on 8/28/2024 in #help
Easy to use C# audio library for spectrum analyzer?
The FftSharp link led me to exactly the right place! The creator of it also has a project called CSharp Data Visualisation which has an example of a FFT graph from any audio input or output (i.e. Desktop Audio). I'll modify it to send the values to my neon bargraphs through serial port and that should be it https://github.com/swharden/Csharp-Data-Visualization/blob/main/projects/audio/AudioMonitor/screenshot2.gif
8 replies
CC#
Created by PowerZox on 8/28/2024 in #help
Easy to use C# audio library for spectrum analyzer?
I will then send those amplitude values to my arduino through the serial port so it can display it on the array of neon bargraph tubes I made. The arduino handles the actual displaying and protection for the neons and circuit. That is already all covered. Here it is displaying a sine wave. What I'm struggling with is getting the values from the desktop audio source.
8 replies