changes to vis config
parent
197f868881
commit
d933ffc877
|
@ -6,14 +6,14 @@ visualizer.fps=20
|
||||||
|
|
||||||
#If set to false the visualizers will use mono mode instead of stereo. Some visualizers will
|
#If set to false the visualizers will use mono mode instead of stereo. Some visualizers will
|
||||||
#behave differently when mono is enabled. For example, spectrum show two sets of bars.
|
#behave differently when mono is enabled. For example, spectrum show two sets of bars.
|
||||||
audio.stereo.enabled=false
|
audio.stereo.enabled=mono
|
||||||
|
|
||||||
#Specifies how often the visualizer will change in seconds. 0 means do not rotate. Default is 0.
|
#Specifies how often the visualizer will change in seconds. 0 means do not rotate. Default is 0.
|
||||||
#visualizer.rotation.secs=10
|
#visualizer.rotation.secs=10
|
||||||
|
|
||||||
#Configures the samples rate and the cutoff frequencies.
|
#Configures the samples rate and the cutoff frequencies.
|
||||||
audio.sampling.frequency=44100
|
audio.sampling.frequency=44100
|
||||||
audio.low.cutoff.frequency=60
|
audio.low.cutoff.frequency=100
|
||||||
audio.high.cutoff.frequency=22050
|
audio.high.cutoff.frequency=22050
|
||||||
|
|
||||||
##Applies scaling factor to both lorenz and ellipse visualizers. This is useful when the system audio is set
|
##Applies scaling factor to both lorenz and ellipse visualizers. This is useful when the system audio is set
|
||||||
|
|
Loading…
Reference in New Issue