Vocal Filter [TBW]¶
Controller reference¶
- class rv.modules.vocalfilter.VocalFilter(**kw)[source]¶
“Vocal filter” SunVox Effect Module
Behaviors:
receives_audio
sends_audio
Controllers:
Number
Name
Type
Default
01(1)volume
<Range 0..512>
256
02(2)formant_width_hz
<Range 0..256>
128
03(3)intensity
<Range 0..256>
128
04(4)formants
<Range 1..5>
5
05(5)vowel
<Range 0..256>
0
06(6)voice_type
<enum ‘VoiceType’>
<VoiceType.soprano: 0>
07(7)channels
<enum ‘Channels’>
<Channels.stereo: 0>
- class VocalFilter.VoiceType(value)¶
An enumeration.
Name
Value
soprano
0
alto
1
tenor
2
bass
3
- class VocalFilter.Channels(value)¶
An enumeration.
Name
Value
stereo
0
mono
1