2021-09-15 07:51:58 +02:00
|
|
|
AUDIO_INPUT = "http://storage/ror"
|
2021-09-17 11:06:05 +02:00
|
|
|
# decomment this if you want to test with local audio source
|
|
|
|
# AUDIO_INPUT = "/rec/ror"
|
2021-09-15 07:51:58 +02:00
|
|
|
AUDIO_OUTPUT = "/src/output"
|
|
|
|
DEBUG = True
|
|
|
|
HOST = "0.0.0.0"
|
|
|
|
PORT = 8000
|
2021-09-15 18:22:08 +02:00
|
|
|
FFMPEG_OPTIONS = ["-loglevel", "warning"]
|