Added soundpacks' possibility

This commit is contained in:
2016-05-24 17:48:22 -05:00
parent cada87275d
commit 2b44c72999
5 changed files with 81 additions and 4 deletions

View File

@@ -7,4 +7,11 @@ reverse_timelines = boolean(default=False)
[buffers]
count_for_audio_buffers = integer(default=100)
count_for_wall_buffers = integer(default=100)
count_for_wall_buffers = integer(default=100)
[sound]
volume = float(default=1.0)
input_device = string(default="Default")
output_device = string(default="Default")
session_mute = boolean(default=False)
current_soundpack = string(default="default")