Skip to content
Snippets Groups Projects

Env variables in yaml config

Merged Ole Binder requested to merge develop into main
2 files
+ 2
2
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 1
1
@@ -27,7 +27,7 @@ Audio:
# time length of one recording block in seconds, for example 1800
segment_time: 1800
# name of the block, for example "%Y-%m-%d_%H:%M:%S_%s"
strftime: "%Y-%m-%d_%H:%M:%S_%s"
strftime: "%Y-%m-%d_%H:%M:%S"
# the file format, for example "flac" or "ogg"
format: "flac"
# where to store the recordings, if empty engine-recorder/audio/recordings/block is used
Loading