cadia-lvl / LOBE

LOBE is a recording client made specifically for TTS data collections. It supports multiple collections, single and multi-speaker, and can prompt sentences based on phonetic coverage.
Apache License 2.0
5 stars 5 forks source link

WAV_AUDIO_DIR not configured #3

Closed thdg closed 4 years ago

thdg commented 4 years ago

WAV_AUDIO_DIR is missing from the config.

atliSig commented 4 years ago

When migrating LOBE 2.0 I had to do some quick edits in the production environment. An easy fix would be to add WAV_AUDIO_DIR = os.path.join(DATA_BASE_DIR, 'wav_audio/') to ./settings/common.py.

thdg commented 4 years ago

Added it to the code a543fbc52a1b38bcbbb2dd3861a0516c83fb145a.