Add test infra for local audio source

This commit is contained in:
Blallo 2021-09-17 11:06:05 +02:00
parent 75c2713536
commit fda08d7d0d
No known key found for this signature in database
GPG key ID: 0CBE577C9B72DC3F
2 changed files with 3 additions and 2 deletions

View file

@ -35,6 +35,7 @@ services:
build: .
volumes:
- .:/src/techrec
- rec:/rec
- ./docker/output:/src/output
ports:
- 8000:8000

View file

@ -1,6 +1,6 @@
import logging
AUDIO_INPUT = "http://storage/ror"
# decomment this if you want to test with local audio source
# AUDIO_INPUT = "/rec/ror"
AUDIO_OUTPUT = "/src/output"
DEBUG = True
HOST = "0.0.0.0"