Add test infra for local audio source
This commit is contained in:
parent
75c2713536
commit
fda08d7d0d
2 changed files with 3 additions and 2 deletions
|
@ -35,6 +35,7 @@ services:
|
||||||
build: .
|
build: .
|
||||||
volumes:
|
volumes:
|
||||||
- .:/src/techrec
|
- .:/src/techrec
|
||||||
|
- rec:/rec
|
||||||
- ./docker/output:/src/output
|
- ./docker/output:/src/output
|
||||||
ports:
|
ports:
|
||||||
- 8000:8000
|
- 8000:8000
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
import logging
|
|
||||||
|
|
||||||
AUDIO_INPUT = "http://storage/ror"
|
AUDIO_INPUT = "http://storage/ror"
|
||||||
|
# decomment this if you want to test with local audio source
|
||||||
|
# AUDIO_INPUT = "/rec/ror"
|
||||||
AUDIO_OUTPUT = "/src/output"
|
AUDIO_OUTPUT = "/src/output"
|
||||||
DEBUG = True
|
DEBUG = True
|
||||||
HOST = "0.0.0.0"
|
HOST = "0.0.0.0"
|
||||||
|
|
Loading…
Reference in a new issue