8 lines
164 B
Python
8 lines
164 B
Python
import logging
|
|
|
|
AUDIO_INPUT = "http://storage/ror"
|
|
AUDIO_OUTPUT = "/src/output"
|
|
DEBUG = True
|
|
HOST = "0.0.0.0"
|
|
PORT = 8000
|
|
FFMPEG_OPTIONS = ["-loglevel", "warning"]
|