Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
MaheshVelankar opened this issue Dec 22, 2017 · 2 comments
Open

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

MaheshVelankar opened this issue Dec 22, 2017 · 2 comments

Comments

@MaheshVelankar
Copy link

This is a question. May not be an issue

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

....
...
%.spk: %.download lang_en
$(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
Copy link
Member

zeehio commented Dec 23, 2017

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
Copy link
Author

MaheshVelankar commented Dec 23, 2017 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants