70 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			70 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			TOML
		
	
	
	
	
	
| debug = false
 | |
| disable_crowdin = false
 | |
| check_for_updates = true
 | |
| 
 | |
| [[key_bindings]]
 | |
| name = "key.plasmovoice.proximity.ptt"
 | |
| any_context = true
 | |
| category = "hidden"
 | |
| 
 | |
| [[key_bindings.keys]]
 | |
| code = 4
 | |
| type = "MOUSE"
 | |
| 
 | |
| 
 | |
| [addons.pv-addon-soundphysics]
 | |
| mic_reverb = true
 | |
| mic_reverb_volume = 1.0
 | |
| enabled = true
 | |
| 
 | |
| [voice]
 | |
| disabled = false
 | |
| microphone_disabled = false
 | |
| activation_threshold = -30.0
 | |
| input_device = ""
 | |
| output_device = ""
 | |
| disable_input_device = false
 | |
| use_javax_input = false
 | |
| microphone_volume = 1.0
 | |
| noise_suppression = false
 | |
| volume = 1.0
 | |
| compressor_limiter = true
 | |
| sound_occlusion = false
 | |
| directional_sources = false
 | |
| hrtf = false
 | |
| stereo_capture = false
 | |
| 
 | |
| [voice.volumes.proximity]
 | |
| volume = 1.0
 | |
| [voice.volumes.discs]
 | |
| volume = 0.5
 | |
| 
 | |
| [advanced]
 | |
| visualize_voice_distance = true
 | |
| visualize_voice_distance_on_join = false
 | |
| compressor_threshold = -10
 | |
| limiter_threshold = -6
 | |
| directional_sources_angle = 145
 | |
| stereo_sources_to_mono = false
 | |
| panning = true
 | |
| mute_player_on_direct = true
 | |
| camera_sound_listener = true
 | |
| exponential_volume_slider = true
 | |
| exponential_distance_gain = true
 | |
| jitter_packet_delay = 3
 | |
| al_playback_buffers = 5
 | |
| adaptive_jitter_buffer = false
 | |
| 
 | |
| [overlay]
 | |
| show_activation_icon = true
 | |
| activation_icon_position = "BOTTOM_CENTER"
 | |
| show_source_icons = 0
 | |
| show_static_source_icons = true
 | |
| overlay_enabled = true
 | |
| overlay_position = "TOP_LEFT"
 | |
| overlay_style = "NAME_SKIN"
 | |
| 
 | |
| [overlay.source_states]
 | |
| proximity = "OFF"
 | |
| discs = "OFF"
 |