Page 1 of 1

TrayAudioVisualizer

Posted: 19 Jul 2022, 13:24
by balawi28
AutoHotKey (AHK) script to visualize the current audio levels through dynamic vertical bars in the tray icon.
Animation.gif
Animation.gif (74.71 KiB) Viewed 2189 times
Animation2.gif
Animation2.gif (103.2 KiB) Viewed 2189 times

Application Features:
- Helps to find out if any audio is currently playing in the background without the need to unmute the volume.
- A lightweight tool to help mute users find out whether the PC is playing audio or not.
- Custom color for the audio bars:
179814079-ca57247a-5509-4bb5-9af5-5ffeaff920cb.png
179814079-ca57247a-5509-4bb5-9af5-5ffeaff920cb.png (24.08 KiB) Viewed 2189 times
Note: this is not a spectrum analyzer, the bars represent the Current_Audio_Level + random noise.

Download:
https://github.com/balawi28/TrayAudioVisualizer

Re: TrayAudioVisualizer

Posted: 20 Jul 2022, 03:30
by Animan8000
That looks cool! I like it! :bravo:

Re: TrayAudioVisualizer

Posted: 20 Jul 2022, 20:57
by gwarble
Very nice, thanks for sharing

Re: TrayAudioVisualizer

Posted: 21 Jul 2022, 06:37
by daywalker
Do you have links for your used #include-files?

Re: TrayAudioVisualizer

Posted: 21 Jul 2022, 06:44
by jNizM
daywalker wrote:
21 Jul 2022, 06:37
Do you have links for your used #include-files?
https://github.com/tariqporter/Gdip
https://github.com/ahkscript/VistaAudio

Re: TrayAudioVisualizer

Posted: 21 Jul 2022, 21:32
by william_ahk
OMG, I was literally thinking exactly about a software like this the other day. Thank you so much for implementing it! :thumbup: :thumbup:

Re: TrayAudioVisualizer

Posted: 22 Jul 2022, 00:57
by balawi28
william_ahk wrote:
21 Jul 2022, 21:32
OMG, I was literally thinking exactly about a software like this the other day. Thank you so much for implementing it! :thumbup: :thumbup:
I'm very glad that we had the same idea, you are welocme.

Re: TrayAudioVisualizer

Posted: 22 Jul 2022, 08:53
by Relayer
Nice little app.

I have a question. Since ExitApplication() is a function doesn't "pToken" need to be declared a global for the function to access that variable?

Relayer

Re: TrayAudioVisualizer

Posted: 22 Jul 2022, 16:59
by balawi28
Relayer wrote:
22 Jul 2022, 08:53
Nice little app.

I have a question. Since ExitApplication() is a function doesn't "pToken" need to be declared a global for the function to access that variable?

Relayer
Thanks, you are totally right, I don't know how I missed that one.

I fixed it on Github, please don't hesitate to point out any other mistakes if you find any.

Re: TrayAudioVisualizer

Posted: 10 Aug 2022, 13:32
by NackFair
Hey! I love this, and I'm incorporating it into my Audio Manager Script. I was wondering if you could help me with a small change. I'd like the Tray Tip to copy the Default Windows Sound Tray Tip, with this format: "Device: VOL%", and I would like the icon to change to the default windows Audio Icon (with the current volume displayed by the waves) when there isn't audio playing for a 5 or so seconds. How difficult would this be to accomplish?