-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathconfig.cfg
124 lines (106 loc) · 3.25 KB
/
config.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
#
# This file is part of PiSleepTalk.
# Learn more at: https://github.com/blaues0cke/PiSleepTalk
#
# Author: Thomas Kekeisen <[email protected]>
# License: This work is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.
# To view a copy of this license, visit http://creativecommons.org/licenses/by-nc-sa/4.0/.
#
# Audio settings
auto_normalize=true
device_identifier="plughw:1"
highpass_filter_enabled=true
highpass_filter_threshold=600
max_chunks="50"
max_amplitude_threshold=0.300000
mid_amplitude_threshold=0.075000
min_file_size_in_kb=20
min_audio_length_in_ms=1400
# Button
button_enabled=true
force_button_enabled=true
# Cache
cache_enabled=true
# File formats
default_audio_format=wav
default_force_import_format=force-import
default_image_format=png
default_image_lock_file_format=images-generated
default_noise_format=prof
default_sleeptalk_format=sleeptalk
default_sleeptalk_movie_format=sleeptalkmovie
default_video_audio_format=mp3
default_video_format=mp4
lock_file_format=sleeptalk.exclusivelock
# File paths
audio_file_path_amplitude=/usr/sleeptalk/records-amplitude
audio_file_path_crop=/usr/sleeptalk/records-crop
audio_file_path_decrease_volume=/usr/sleeptalk/records-decrease-volume
audio_file_path_debug=/usr/sleeptalk/debug
audio_file_path_final=/usr/sleeptalk/records-final
audio_file_path_glob=/usr/sleeptalk/records-*
audio_file_path_import=/usr/sleeptalk/records-import
audio_file_path_import_instant=/usr/sleeptalk/records-import-instant
audio_file_path_increase_volume=/usr/sleeptalk/records-increase-volume
audio_file_path_noise=/usr/sleeptalk/noise-data
audio_file_path_raw=/usr/sleeptalk/records-raw
audio_file_path_rendered=/usr/sleeptalk/records-rendered
audio_file_path_timestamp=/usr/sleeptalk/records-timestamp
audio_file_path_to_render=/usr/sleeptalk/records-to-render
cache_path=/usr/sleeptalk/cache
error_log_path=/usr/sleeptalk/error.log
root_dir=/usr/sleeptalk
temp_file_path=/usr/sleeptalk/temp
test_file_path=/usr/sleeptalk/test-data
# File limits
recording_file_per_minute_limit=15
recording_file_per_minute_limit_enabled=false
recording_file_per_minute_timespan_in_minutes=60
# Importer
import_dealay_seconds=500
# Last.fm
last_fm_api_key=
last_fm_enabled=false
last_fm_timeout_in_seconds=900
last_fm_username=
# LED
led_enabled=true
led_switch_enabled=true
# Locale
default_locale=en
# Noise filter
noise_filter_enabled=true
noise_filter_sensitivity=0.21
# Overview
overview_file_limit=250
# Pushover
push_over_enabled=false
# Possible values:
# [unprocessed_files]
# [used_disk_space]
push_over_text="__unprocessed_files__ unprocessed files, __used_disk_space__% used disk space."
push_over_token=
push_over_user=
push_over_start_stop_message_enabled=false
# Spectrum
spectrum_enabled=true
# Swarm
# Visit https://developer.foursquare.com/docs/explore#req=users/self/checkins to get a oauth_token
swarm_enabled=false
swarm_home_venue_id=
swarm_oauth_token=
# Time
recording_hours_check_enabled=true
recording_hours="23 01 02 03 04 05 06 07 08 09 10"
# Video
credits_time_in_seconds=10
frames_per_second=15
render_credits=true
title_time_in_seconds=1
video_gap_length_in_seconds=1
# Web
auto_show_delete_dialog=true
web_auth_enabled=true
web_user=pi
web_password=raspberry
web_port=9888