It is currently April 26th, 2024, 8:22 am

Display audio input level

Get help with creating, editing & fixing problems with skins
Fatichti
Posts: 10
Joined: December 6th, 2020, 2:56 pm

Display audio input level

Post by Fatichti »

Hello everyone :welcome: ,

I am new and I am French (so please excuse me in advance if I make mistakes)!

Here's the topo :
I have a picture (cf image1 attached) which has black squares, I would like to indicate the sound level of my microphone when I speak with blue squares which is displayed crescendo (roughly, fill the squares with blue 1 by 1).

So I would like to have a little help, a start, a tip :D
You do not have the required permissions to view the files attached to this post.
User avatar
jsmorley
Developer
Posts: 22630
Joined: April 19th, 2009, 11:02 pm
Location: Fort Hunt, Virginia, USA

Re: Display audio input level

Post by jsmorley »

I can't really help with the cosmetics of this, I would need the image and the skin code you have so far to even touch that.

However, from the AudioLevel side of things, it would be something like this:

Code: Select all

[Rainmeter]
Update=50
DynamicWindowSize=1
AccurateText=1

[Variables]

[MeasureAudio]
Measure=Plugin
Plugin=AudioLevel
Port=Input

[MeasureLevel]
Measure=Plugin
Plugin=AudioLevel
Parent=MeasureAudio
Channel=SUM
Type=RMS

[MeterLevelBar]
Meter=Bar
MeasureName=MeasureLevel
W=300
H=20
BarOrientation=Horizontal
BarColor=255,129,90,255
SolidColor=47,47,47,255

[MeterLevelText]
Meter=String
MeasureName=MeasureLevel
X=5
Y=2
FontSize=11
FontWeight=400
FontColor=255,255,255,255
AntiAlias=1
Percentual=1
Text=Input: %1%


1.jpg
You do not have the required permissions to view the files attached to this post.
Fatichti
Posts: 10
Joined: December 6th, 2020, 2:56 pm

Re: Display audio input level

Post by Fatichti »

Thank you for your answer,

it's not a skin but just a picture (of my pc wallpaper)(cf attached picture)

The idea is to do two things:
- on the RIGHT half of the circle, the first 8 squares show the level of the microphone sound when I speak.
- on the LEFT half of the circle, the first 8 tiles show the level of the speaker sound.

(The first 8 tiles from the bottom, one tile in the middle on the right is untouched)

I hope it's a little clearer. :D

the wallpaper : https://drive.google.com/file/d/1geaEB7nGIzfLfoTOwEDqO502bw1sfd0S/view?usp=sharing
You do not have the required permissions to view the files attached to this post.
User avatar
eclectic-tech
Rainmeter Sage
Posts: 5406
Joined: April 12th, 2012, 9:40 pm
Location: Cedar Point, Ohio, USA

Re: Display audio input level

Post by eclectic-tech »

Even though you have a "wallpaper" image, in order to display audio levels as described, you would need to use the actual skin package from Tech-A and add the needed measures and also modify the images.

Adding the measures is simple, but modifying the images needed to display them is going to require much more work and probably more than most would be willing to try.

But don't let me discourage you from trying; we are always willing to help, but cannot create the desired skin.