#wav2bar border-radius linking. I hope this makes sense because it was a pain to implement 🥲!
#wav2bar border-radius linking. I hope this makes sense because it was a pain to implement 🥲!
Migrating #wav2bar shapes turned into migrating CSS props and a bunch of UI now instead of later (I was hoping, but it turns everything into hell). I know the gradient one is trash, I hope to have something visual in the future.
Since @TauriApps doesn't seem to support portable apps, a new #wav2bar setting will allow the user to pick a custom location for data file, defaulting to the standard OS directory. So you will still be able to use another (bigger) drive!
Also, if you are curious, since it was not shared here:
#wav2bar December 2025 Devlog is here: https://picorims.github.io/wav2bar-blog/public/2025/12/19/devlog-december-2025/
Development on #wav2bar was calm on January. Though I still added zoom to the rewritten app. The drop-down was replaced by an input for more flexibility (1 to 10000% ... in case of?). "It ain't much but it's honest work."
Dự án mã nguồn mở giúp kiểm tra mic USB trực tiếp mà không phức tạp. Tính năng: sóng hình thức thời gian thực, hiệu ứng vọng tiếng tức thời, điều chỉnh tăng益, làm mịn, tốc độ lấy mẫu, kích thước khối. #MãNguồnMở #OpenSource #MicUSB #ThuAm #AudioVisualizer #CôngNghệ #Technology
https://www.reddit.com/r/opensource/comments/1ousdi7/adding_more_features/
#genuary31 - "Generative Audio"
The final day of Genuary is "Generative Audio". Instead of trying to generate an audio clip, I used an audio clip to generate an image. Many different clips within a recording of Beethoven's Pathétique Sonata were passed through an FFT with smoothing and coloring applied.
I've archived all of my Genuary posts on my website: https://codeismycanvas.art/posts/genuary24/
#genuary #beethoven #audiovisualizer #fft #fouriertransform #generativeart
ဒီ audio visualizer ကို တော်တော်လေးသဘောကျနေပြီ!
အရမ်းမိုက်တယ်၊ customize လုပ်လို့ရတာတွေလည်း အများကြီးပဲ။
Have you seen #THELYTE ?
https://www.youtube.com/watch?v=OR5yhgupt0g&ab_channel=Techmoan
#Techmoan #VUMeter #LoudnessMeter #Electronics #LightShow #Visualizer #AudioVisualizer #Visualiser #AudioVisualiser #Lyte #Gadget #Gadgets
Character VFD Becomes Spectrum Analyzer
These days, streaming services are a great way to listen to music or podcasts on your computer or on the go. However, they lack one feature of the MP3 players and streamers of old: visualizations! [mircemk] is a fan of those, and has built a hardware spectrum analyzer that pumps with the music.
The build relies on a 20×2 character VFD display that looks great, with high brightness and excellent contrast. It can be easily driven from a microcontroller, as it has a controller on board compatible with the typical HD44780 command set. On Arduino platforms, this means the display can easily be driven with the popular LiquidCrystal library.
The Arduino Nano inside takes in the audio signal via its analog inputs. It then processes the audio with the fix_fft library, which runs a Fast Fourier Transform in order to figure out the energy level of each frequency bin in the audio spectrum for both the left and right channels. This data is then sent to the screen for display. It's impressively fast and smooth, with the display dancing along with the beat nicely as [mircemk] tests it out with some tunes.
If it looks familiar, it's because it's an updated version of a prior project from [mircemk]. We saw it previously as a VU meter that pulsed with the beat, an altogether simpler visualization but still a cool one. Video after the break.
#homeentertainmenthacks #audiovisualizer #spectrumanalyzer #visualizer