rv.modules.sound2ctl

class rv.modules.sound2ctl.Sound2Ctl(**kw)[source]

“Sound2Ctl” SunVox Misc Module

Behaviors:

  • receives_audio
  • sends_controls

Controllers:

Number Name Type Default
01 (1) sample_rate_hz <Range 1..32768> 50
02 (2) channels <enum ‘Channels’> <Channels.mono: 0>
03 (3) absolute <class ‘bool’> True
04 (4) gain <Range 0..1024> 256
05 (5) smooth <Range 0..256> 128
06 (6) mode <enum ‘Mode’> <Mode.hq: 1>
07 (7) out_min <Range 0..32768> 0
08 (8) out_max <Range 0..32768> 32768
09 (9) out_controller <Range 0..255> 0
class Sound2Ctl.Channels

An enumeration.

Name Value
mono 0
stereo 1
class Sound2Ctl.Mode

An enumeration.

Name Value
lq 0
hq 1