Page 1 of 1

Rainmeter VS Voicemeeter Banana.

Posted: June 28th, 2021, 3:12 am
by Alex MrBison
How do I get "Radian" and "SmoothVUMeter" to receive audio from Voicemeeter Banana?

"Radian" https://www.deviantart.com/freezingclouds/art/Radian-Linear-Visualizer-1-9-3-535341307

"SmoothVUMeter" https://www.deviantart.com/drakulaboy/art/SmoothVUMeter-829175254
Captura de tela 2021-06-28 001039.png
solved!

Re: Rainmeter VS Voicemeeter Banana.

Posted: June 28th, 2021, 5:34 am
by death.crafter
Alex MrBison wrote: June 28th, 2021, 3:12 am How do I get "Radian" and "SmoothVUMeter" to receive audio from Voicemeeter Banana?

"Radian" https://www.deviantart.com/freezingclouds/art/Radian-Linear-Visualizer-1-9-3-535341307

"SmoothVUMeter" https://www.deviantart.com/drakulaboy/art/SmoothVUMeter-829175254

Captura de tela 2021-06-28 001039.png
Hmm so you need to change sources.

For first visualizer:
  • Find @Resources\Linear\Equalizers.inc
  • In the first three measures put ID={<your deviceID>}
  • For example:

    Code: Select all

    [AvgAudioExtractor]
    Measure=Plugin
    Plugin=AudioLevel
    Port=#Port#
    ---------------------------------------------------------------
    ID={<your DeviceID>}
    ---------------------------------------------------------------
    FFTSize=2048
    FFTOverlap=128
    FFTAttack=40
    FFTDecay=40
    Bands=20
    FreqMin=100
    FreqMax=18000
    Sensitivity=35
    
For second:
Find this part and add the lines between separators.

Code: Select all

[Measure001_audioParent]
Measure=Plugin
Type=Parent
Plugin=AudioAnalyzer
;-----------------------------------------------------------------
Source=ID: {<your deviceID>}
;-----------------------------------------------------------------
Processing=proc1
Processing_proc1=channels auto | handlers fft,resampler,blur,transform,fir,mapper
Handler_fft=type fft |attack 50 |binWidth 25 |cascadesCount 5 | testRandom 0
Handler_resampler=type BandResampler |source fft |freqList flist | proportionalValues 1| minCascade 0 | maxCascade 2
Handler_blur=type weightedBlur |source resampler | minRadius 0 | maxRadius 5 | MinRadiusAdaptation 1
Handler_transform=type BandCascadeTransformer |source blur | minWeight 0 | mixFunction product | weightFallback 0 | targetWeight 100
Handler_fir=type FiniteTimeFilter |source transform | smoothingFactor 5 | smoothingCurve flat
Handler_mapper=type LogarithmicValueMapper |source fir | offset -0.1
FreqList_flist=log 100 40 16000

Re: Rainmeter VS Voicemeeter Banana.

Posted: June 28th, 2021, 8:33 am
by Alex MrBison
death.crafter wrote: June 28th, 2021, 5:34 am Hmm so you need to change sources.

For first visualizer:
  • Find @Resources\Linear\Equalizers.inc
  • In the first three measures put ID={<your deviceID>}
  • For example:

    Code: Select all

    [AvgAudioExtractor]
    Measure=Plugin
    Plugin=AudioLevel
    Port=#Port#
    ---------------------------------------------------------------
    ID={<your DeviceID>}
    ---------------------------------------------------------------
    FFTSize=2048
    FFTOverlap=128
    FFTAttack=40
    FFTDecay=40
    Bands=20
    FreqMin=100
    FreqMax=18000
    Sensitivity=35
    
For second:
Find this part and add the lines between separators.

Code: Select all

[Measure001_audioParent]
Measure=Plugin
Type=Parent
Plugin=AudioAnalyzer
;-----------------------------------------------------------------
Source=ID: {<your deviceID>}
;-----------------------------------------------------------------
Processing=proc1
Processing_proc1=channels auto | handlers fft,resampler,blur,transform,fir,mapper
Handler_fft=type fft |attack 50 |binWidth 25 |cascadesCount 5 | testRandom 0
Handler_resampler=type BandResampler |source fft |freqList flist | proportionalValues 1| minCascade 0 | maxCascade 2
Handler_blur=type weightedBlur |source resampler | minRadius 0 | maxRadius 5 | MinRadiusAdaptation 1
Handler_transform=type BandCascadeTransformer |source blur | minWeight 0 | mixFunction product | weightFallback 0 | targetWeight 100
Handler_fir=type FiniteTimeFilter |source transform | smoothingFactor 5 | smoothingCurve flat
Handler_mapper=type LogarithmicValueMapper |source fir | offset -0.1
FreqList_flist=log 100 40 16000
I just changed the mixer output, in the yes mixer options and updated the rainmeter, and it worked.

Thank you anyway.
Captura de tela 2021-06-28 053010.png
Captura de tela 2021-06-28 053511.png
solved!