FestCat / festcat-voice-builder

Scripts and dependencies required to build festcat HTS text-to-speech voices under a Debian/Ubuntu system.
7 stars 5 forks source link

Question about data/en/Makefile.in file #2

Open MaheshVelankar opened 6 years ago

MaheshVelankar commented 6 years ago

This is a question. May not be an issue

In the file data/en/Makefile.in we have this code snippet

.... ... %.spk: %.download langen $(eval SPK := $(word 2,$(subst ,$(space),$*))) $(eval DATASET := "cmu_us")

speakerprop.sh has some environment variables that are passed to the configure script \

**. $(SPEAKERPROPERTIES) $(SPK) && \**
# If the workdir is not properly setup: \
if test ! -f $(workdir)/$*/hts/configure.ac  -o  ! -d $(workdir)/$*/hts/data/utts/  -o ! "`ls -A $(workdir)/$*/hts/data/utts/`"  ; then \

.... ...

when I ran the code, it seems that $(SPK) argument value is not getting passed to $(SPEAKERPROPERTIES) script.

Please see and let me know if I need to look somewhere else for this problem.

Thanks

zeehio commented 6 years ago

I'm getting married next week so I don't have much time right now, but I will look into it by the end of January maximum... Please remind me if you don't see activity by then 😅

MaheshVelankar commented 6 years ago

Congratulations! and Thanks -Mahesh

On Sat, Dec 23, 2017 at 10:26 AM, Sergio Oller notifications@github.com wrote:

I'm getting married next week so I don't have much time right now, but I will look into it by the end of January maximum... Please remind me if you don't see activity by then 😅

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/FestCat/festcat-voice-builder/issues/2#issuecomment-353731824, or mute the thread https://github.com/notifications/unsubscribe-auth/APvMyxl1qRzth1VD_tdHYU9uIe1pCQX7ks5tDRuVgaJpZM4RLOtX .