It is currently April 27th, 2024, 1:27 am

Turn off all sounds?

Get help with creating, editing & fixing problems with skins
wrlk
Posts: 3
Joined: September 16th, 2021, 8:32 pm

Turn off all sounds?

Post by wrlk »

Hi there!

I'm using Rainmeter for a Hardware Monitor and the result looks great!
But after many installed skins, there's one of them which plays a sound every hour, where a voice tells what time it is.
Unfortunately I can't figure out where it comes from and how to turn it off.

I searched the whole Skins folder for soundfiles, but couldn't find them.
Also in the Windows Sound Mixer there's no pitch for Rainmeter, so I can't mute it.
I can't find any hints to mute Rainmeter in it's options.

How can I turn off all sounds coming from Rainmeter? :???:
User avatar
SilverAzide
Rainmeter Sage
Posts: 2611
Joined: March 23rd, 2015, 5:26 pm

Re: Turn off all sounds?

Post by SilverAzide »

wrlk wrote: September 16th, 2021, 8:42 pm Hi there!

I'm using Rainmeter for a Hardware Monitor and the result looks great!
But after many installed skins, there's one of them which plays a sound every hour, where a voice tells what time it is.
Unfortunately I can't figure out where it comes from and how to turn it off.

I searched the whole Skins folder for soundfiles, but couldn't find them.
Also in the Windows Sound Mixer there's no pitch for Rainmeter, so I can't mute it.
I can't find any hints to mute Rainmeter in it's options.

How can I turn off all sounds coming from Rainmeter? :???:
Search all the skins on your machine for the text "Plugin=Speech". When you find it, that's the skin that is speaking the time. Unload it and you are good to go (or comment out the measure to stop the speaking).
Gadgets Wiki GitHub More Gadgets...
User avatar
CodeCode
Posts: 1366
Joined: September 7th, 2020, 2:24 pm
Location: QLD, Australia

Re: Turn off all sounds?

Post by CodeCode »

SilverAzide wrote: September 16th, 2021, 9:14 pm Search all the skins on your machine for the text "Plugin=Speech". When you find it, that's the skin that is speaking the time. Unload it and you are good to go (or comment out the measure to stop the speaking).
Or.. delete the speech plugin from the Vault folder.
ƈǟռ'ȶ ʄɨӼ ɨȶ ɨʄ ɨȶ ǟɨռ'ȶ ɮʀօӄɛ - ʊռʟɛֆֆ ɨȶ ɨֆ ɨռ ƈօɖɛ.
User avatar
jsmorley
Developer
Posts: 22631
Joined: April 19th, 2009, 11:02 pm
Location: Fort Hunt, Virginia, USA

Re: Turn off all sounds?

Post by jsmorley »

CodeCode wrote: September 17th, 2021, 3:09 am Or.. delete the speech plugin from the Vault folder.
The @Vault folder has nothing to do with it. And if you delete a plugin that a skin is trying to use, you will just get boatloads of errors in the log
User avatar
CodeCode
Posts: 1366
Joined: September 7th, 2020, 2:24 pm
Location: QLD, Australia

Re: Turn off all sounds?

Post by CodeCode »

jsmorley wrote: September 17th, 2021, 3:46 am The @Vault folder has nothing to do with it. And if you delete a plugin that a skin is trying to use, you will just get boatloads of errors in the log
Yep. Sorry about the messy fix. However, then the log will tell which skin, and the actual measure or meter that is throwing the error. Instead of searching every skin for the needle in the haystack.

But ya. Sorry for the messy - bug creating.
ƈǟռ'ȶ ʄɨӼ ɨȶ ɨʄ ɨȶ ǟɨռ'ȶ ɮʀօӄɛ - ʊռʟɛֆֆ ɨȶ ɨֆ ɨռ ƈօɖɛ.
wrlk
Posts: 3
Joined: September 16th, 2021, 8:32 pm

Re: Turn off all sounds?

Post by wrlk »

Ah great! Thank you very much! :thumbup:
The search goes on.
wrlk
Posts: 3
Joined: September 16th, 2021, 8:32 pm

Re: Turn off all sounds?

Post by wrlk »

Couldn't find the speech line anywhere.
But in the variables.inc from Helm Skin, there was this line:

;---- Set 1 to disable hourly time notifier, otherwise set 1 to enable it-----
toggle=1

Set to 1 was the solution. :D
User avatar
balala
Rainmeter Sage
Posts: 16174
Joined: October 11th, 2010, 6:27 pm
Location: Gheorgheni, Romania

Re: Turn off all sounds?

Post by balala »

wrlk wrote: September 16th, 2021, 8:42 pm But after many installed skins, there's one of them which plays a sound every hour, where a voice tells what time it is.
Even if for now the skin probably has been removed, I have to say that it probably has been jsmorley's PowerShellTime. This is my supposition, at least based on the above description. Am I right?