yaml testing (not good) :(
This commit is contained in:
16
config/audio.yaml
Normal file
16
config/audio.yaml
Normal file
@@ -0,0 +1,16 @@
|
||||
|
||||
# audio.yaml
|
||||
# Configures properties for the RtAudio engine
|
||||
|
||||
# Number of samples per second
|
||||
sampleRate: 44100
|
||||
# unconfigurable: sampleFormat; [-1, 1] float
|
||||
|
||||
# number of audio channels
|
||||
channels: 2
|
||||
|
||||
# 0 = mono, 1 = stereo, 2 = pseudo-stereo
|
||||
stereoMode: 2
|
||||
|
||||
# number of samples per audio buffer
|
||||
bufferSize: 512
|
||||
0
config/profiles/default.yaml
Normal file
0
config/profiles/default.yaml
Normal file
Reference in New Issue
Block a user