Skip to content

Commit ab15577

Browse files
authored
21 - Enhanced Properties & Investigate lib_path (#22)
* 21 - Enhanced Properties * 21 - fix ext.properties
1 parent 61a65f5 commit ab15577

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

fmod/ext.properties

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
[fmod]
2+
group = Runtime
3+
help = Settings for FMOD extension
4+
title = FMOD
5+
6+
speaker_mode.type = string
7+
speaker_mode.default = default
8+
speaker_mode.options = default, raw, mono, stereo, quad, surround, 5.1, 7.1, max
9+
10+
num_raw_speakers.type = integer
11+
num_raw_speakers.default = 0
12+
13+
sample_rate.type = integer
14+
sample_rate.default = 0
15+
16+
buffer_length.type = integer
17+
buffer_length.default = 0
18+
19+
num_buffers.type = integer
20+
num_buffers.default = 0
21+
22+
live_update.type = bool
23+
live_update.default = 0
24+
25+
run_while_iconified.type = bool
26+
run_while_iconified.default = 0
27+
28+
lib_path.type = string
29+
lib_path.default = .internal/lib/*/extension-fmod-0.1.0-alpha/fmod/res

0 commit comments

Comments
 (0)