TrayAudioVisualizer

Post your working scripts, libraries and tools for AHK v1.1 and older
User avatar
balawi28
Posts: 27
Joined: 09 Mar 2021, 13:53
Contact:

TrayAudioVisualizer

Post by balawi28 » 19 Jul 2022, 13:24

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 2095 times
Animation2.gif
Animation2.gif (103.2 KiB) Viewed 2095 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 2095 times
Note: this is not a spectrum analyzer, the bars represent the Current_Audio_Level + random noise.

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

User avatar
Animan8000
Posts: 57
Joined: 11 May 2022, 05:00
Contact:

Re: TrayAudioVisualizer

Post by Animan8000 » 20 Jul 2022, 03:30

That looks cool! I like it! :bravo:

User avatar
gwarble
Posts: 524
Joined: 30 Sep 2013, 15:01

Re: TrayAudioVisualizer

Post by gwarble » 20 Jul 2022, 20:57

Very nice, thanks for sharing
EitherMouse - Multiple mice, individual settings . . . . www.EitherMouse.com . . . . forum . . . .

daywalker
Posts: 32
Joined: 18 Jun 2019, 01:37

Re: TrayAudioVisualizer

Post by daywalker » 21 Jul 2022, 06:37

Do you have links for your used #include-files?

User avatar
jNizM
Posts: 3183
Joined: 30 Sep 2013, 01:33
Contact:

Re: TrayAudioVisualizer

Post by jNizM » 21 Jul 2022, 06:44

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
[AHK] v2.0.5 | [WIN] 11 Pro (Version 22H2) | [GitHub] Profile

william_ahk
Posts: 486
Joined: 03 Dec 2018, 20:02

Re: TrayAudioVisualizer

Post by william_ahk » 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:

User avatar
balawi28
Posts: 27
Joined: 09 Mar 2021, 13:53
Contact:

Re: TrayAudioVisualizer

Post by balawi28 » 22 Jul 2022, 00:57

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.

User avatar
Relayer
Posts: 160
Joined: 30 Sep 2013, 13:09
Location: Delaware, USA

Re: TrayAudioVisualizer

Post by Relayer » 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

User avatar
balawi28
Posts: 27
Joined: 09 Mar 2021, 13:53
Contact:

Re: TrayAudioVisualizer

Post by balawi28 » 22 Jul 2022, 16:59

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.

NackFair
Posts: 1
Joined: 10 Aug 2022, 13:28
Contact:

Re: TrayAudioVisualizer

Post by NackFair » 10 Aug 2022, 13:32

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?

Post Reply

Return to “Scripts and Functions (v1)”