ai:openjtalk

差分

このページの2つのバージョン間の差分を表示します。

この比較画面へのリンク

両方とも前のリビジョン 前のリビジョン
次のリビジョン
前のリビジョン
ai:openjtalk [2020/10/04 16:07] ともやんai:openjtalk [2020/10/04 16:37] (現在) – [hts_engine API] ともやん
行 540: 行 540:
 <WRAP prewrap 100%> <WRAP prewrap 100%>
 <code powershell> <code powershell>
-$ curl -LOv https://downloads.sourceforge.net/hts-engine/hts_engine_API-1.10.tar.gz+$ curl -LO https://downloads.sourceforge.net/hts-engine/hts_engine_API-1.10.tar.gz
 </code> </code>
 </WRAP> </WRAP>
行 552: 行 552:
 </code> </code>
 </WRAP> </WRAP>
 +
 +<WRAP prewrap 100%>
 +<code powershell>
 +$ tar zxvf hts_engine_API-1.10.tar.gz
 +</code>
 +</WRAP>
 +<WRAP prewrap 100% #result_long>
 +<code powershell>
 +x hts_engine_API-1.10/
 +x hts_engine_API-1.10/config/
 +x hts_engine_API-1.10/config/compile
 +x hts_engine_API-1.10/config/config.guess
 +x hts_engine_API-1.10/config/config.sub
 +x hts_engine_API-1.10/config/install-sh
 +x hts_engine_API-1.10/config/missing
 +x hts_engine_API-1.10/config/depcomp
 +x hts_engine_API-1.10/include/
 +x hts_engine_API-1.10/include/HTS_engine.h
 +x hts_engine_API-1.10/Makefile.am
 +x hts_engine_API-1.10/configure
 +x hts_engine_API-1.10/configure.ac
 +x hts_engine_API-1.10/aclocal.m4
 +x hts_engine_API-1.10/Makefile.in
 +x hts_engine_API-1.10/AUTHORS
 +x hts_engine_API-1.10/COPYING
 +x hts_engine_API-1.10/ChangeLog
 +x hts_engine_API-1.10/INSTALL
 +x hts_engine_API-1.10/NEWS
 +x hts_engine_API-1.10/README
 +x hts_engine_API-1.10/Makefile.mak
 +x hts_engine_API-1.10/lib/
 +x hts_engine_API-1.10/lib/Makefile.am
 +x hts_engine_API-1.10/lib/Makefile.in
 +x hts_engine_API-1.10/lib/HTS_audio.c
 +x hts_engine_API-1.10/lib/HTS_engine.c
 +x hts_engine_API-1.10/lib/HTS_hidden.h
 +x hts_engine_API-1.10/lib/HTS_misc.c
 +x hts_engine_API-1.10/lib/HTS_pstream.c
 +x hts_engine_API-1.10/lib/HTS_sstream.c
 +x hts_engine_API-1.10/lib/HTS_model.c
 +x hts_engine_API-1.10/lib/HTS_vocoder.c
 +x hts_engine_API-1.10/lib/HTS_gstream.c
 +x hts_engine_API-1.10/lib/HTS_label.c
 +x hts_engine_API-1.10/lib/Makefile.mak
 +x hts_engine_API-1.10/bin/
 +x hts_engine_API-1.10/bin/Makefile.am
 +x hts_engine_API-1.10/bin/Makefile.in
 +x hts_engine_API-1.10/bin/hts_engine.c
 +x hts_engine_API-1.10/bin/Makefile.mak
 +</code>
 +</WRAP>
 +
 +<WRAP prewrap 100%>
 +<code powershell>
 +$ cd hts_engine_API-1.10
 +$ cmd /k "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\Tools\VsDevCmd.bat"
 +</code>
 +</WRAP>
 +<WRAP prewrap 100% #result>
 +<code powershell>
 +**********************************************************************
 +** Visual Studio 2019 Developer Command Prompt v16.7.4
 +** Copyright (c) 2020 Microsoft Corporation
 +**********************************************************************
 +
 +
 +</code>
 +</WRAP>
 +
 +<WRAP prewrap 100%>
 +<code powershell>
 +> nmake -f Makefile.mak
 +</code>
 +</WRAP>
 +<WRAP prewrap 100% #result_long>
 +<code powershell>
 +
 +Microsoft(R) Program Maintenance Utility Version 14.27.29111.0
 +Copyright (C) Microsoft Corporation.  All rights reserved.
 +
 +        cd lib
 +        nmake /f Makefile.mak
 +
 +Microsoft(R) Program Maintenance Utility Version 14.27.29111.0
 +Copyright (C) Microsoft Corporation.  All rights reserved.
 +
 +        cl /O2 /Ob2 /Oi /Ot /Oy /GT /GL /TC /I ..\include /c HTS_audio.c
 +Microsoft(R) C/C++ Optimizing Compiler Version 19.27.29111 for x86
 +Copyright (C) Microsoft Corporation.  All rights reserved.
 +
 +HTS_audio.c
 +        cl /O2 /Ob2 /Oi /Ot /Oy /GT /GL /TC /I ..\include /c HTS_engine.c
 +Microsoft(R) C/C++ Optimizing Compiler Version 19.27.29111 for x86
 +Copyright (C) Microsoft Corporation.  All rights reserved.
 +
 +HTS_engine.c
 +        cl /O2 /Ob2 /Oi /Ot /Oy /GT /GL /TC /I ..\include /c HTS_gstream.c
 +Microsoft(R) C/C++ Optimizing Compiler Version 19.27.29111 for x86
 +Copyright (C) Microsoft Corporation.  All rights reserved.
 +
 +HTS_gstream.c
 +        cl /O2 /Ob2 /Oi /Ot /Oy /GT /GL /TC /I ..\include /c HTS_label.c
 +Microsoft(R) C/C++ Optimizing Compiler Version 19.27.29111 for x86
 +Copyright (C) Microsoft Corporation.  All rights reserved.
 +
 +HTS_label.c
 +        cl /O2 /Ob2 /Oi /Ot /Oy /GT /GL /TC /I ..\include /c HTS_misc.c
 +Microsoft(R) C/C++ Optimizing Compiler Version 19.27.29111 for x86
 +Copyright (C) Microsoft Corporation.  All rights reserved.
 +
 +HTS_misc.c
 +        cl /O2 /Ob2 /Oi /Ot /Oy /GT /GL /TC /I ..\include /c HTS_model.c
 +Microsoft(R) C/C++ Optimizing Compiler Version 19.27.29111 for x86
 +Copyright (C) Microsoft Corporation.  All rights reserved.
 +
 +HTS_model.c
 +        cl /O2 /Ob2 /Oi /Ot /Oy /GT /GL /TC /I ..\include /c HTS_pstream.c
 +Microsoft(R) C/C++ Optimizing Compiler Version 19.27.29111 for x86
 +Copyright (C) Microsoft Corporation.  All rights reserved.
 +
 +HTS_pstream.c
 +        cl /O2 /Ob2 /Oi /Ot /Oy /GT /GL /TC /I ..\include /c HTS_sstream.c
 +Microsoft(R) C/C++ Optimizing Compiler Version 19.27.29111 for x86
 +Copyright (C) Microsoft Corporation.  All rights reserved.
 +
 +HTS_sstream.c
 +        cl /O2 /Ob2 /Oi /Ot /Oy /GT /GL /TC /I ..\include /c HTS_vocoder.c
 +Microsoft(R) C/C++ Optimizing Compiler Version 19.27.29111 for x86
 +Copyright (C) Microsoft Corporation.  All rights reserved.
 +
 +HTS_vocoder.c
 +        lib /LTCG /OUT:hts_engine_API.lib HTS_audio.obj HTS_engine.obj HTS_gstream.obj HTS_label.obj HTS_misc.obj HTS_model.obj HTS_pstream.obj HTS_sstream.obj HTS_vocoder.obj
 +Microsoft (R) Library Manager Version 14.27.29111.0
 +Copyright (C) Microsoft Corporation.  All rights reserved.
 +
 +        cd ..
 +        cd bin
 +        nmake /f Makefile.mak
 +
 +Microsoft(R) Program Maintenance Utility Version 14.27.29111.0
 +Copyright (C) Microsoft Corporation.  All rights reserved.
 +
 +        cl /O2 /Ob2 /Oi /Ot /Oy /GT /GL /TC /I ..\include /c hts_engine.c
 +Microsoft(R) C/C++ Optimizing Compiler Version 19.27.29111 for x86
 +Copyright (C) Microsoft Corporation.  All rights reserved.
 +
 +hts_engine.c
 +        cl /O2 /Ob2 /Oi /Ot /Oy /GT /GL /TC /I ..\include /c hts_engine.c
 +Microsoft(R) C/C++ Optimizing Compiler Version 19.27.29111 for x86
 +Copyright (C) Microsoft Corporation.  All rights reserved.
 +
 +hts_engine.c
 +        link /LTCG /OUT:hts_engine.exe ..\lib\hts_engine_API.lib winmm.lib hts_engine.obj
 +Microsoft (R) Incremental Linker Version 14.27.29111.0
 +Copyright (C) Microsoft Corporation.  All rights reserved.
 +
 +コード生成しています。
 +コード生成が終了しました。
 +        cd ..
 +
 +</code>
 +</WRAP>
 +
 +<WRAP prewrap 100%>
 +<code powershell>
 +> nmake -f Makefile.mak install
 +</code>
 +</WRAP>
 +<WRAP prewrap 100% #result_long>
 +<code powershell>
 +
 +Microsoft(R) Program Maintenance Utility Version 14.27.29111.0
 +Copyright (C) Microsoft Corporation.  All rights reserved.
 +
 +        cd lib
 +        copy *.lib C:\hts_engine_API\lib
 +hts_engine_API.lib
 +        1 個のファイルをコピーしました。
 +        cd ..
 +        cd bin
 +        copy *.exe C:\hts_engine_API\bin
 +hts_engine.exe
 +        1 個のファイルをコピーしました。
 +        cd ..
 +        cd include
 +        copy *.h C:\hts_engine_API\include
 +HTS_engine.h
 +        1 個のファイルをコピーしました。
 +        cd ..
 +</code>
 +</WRAP>
 +
 +<WRAP prewrap 100%>
 +<code powershell>
 +> cd ../open_jtalk-1.11
 +> nmake -f Makefile.mak
 +</code>
 +</WRAP>
 +<WRAP prewrap 100% #result_long>
 +<code powershell>
 +
 +Microsoft(R) Program Maintenance Utility Version 14.27.29111.0
 +Copyright (C) Microsoft Corporation.  All rights reserved.
 +
 +        cd text2mecab
 +        nmake /f Makefile.mak
 +
 +Microsoft(R) Program Maintenance Utility Version 14.27.29111.0
 +Copyright (C) Microsoft Corporation.  All rights reserved.
 +
 +        cl /O2 /Ob2 /Oi /Ot /Oy /GT /GL /TC /D CHARSET_SHIFT_JIS /c text2mecab.c
 +Microsoft(R) C/C++ Optimizing Compiler Version 19.27.29111 for x86
 +Copyright (C) Microsoft Corporation.  All rights reserved.
 +
 +text2mecab.c
 +        lib /LTCG /OUT:text2mecab.lib text2mecab.obj
 +Microsoft (R) Library Manager Version 14.27.29111.0
 +Copyright (C) Microsoft Corporation.  All rights reserved.
 +
 +        cd ..
 +        cd mecab
 +        nmake /f Makefile.mak
 +
 +Microsoft(R) Program Maintenance Utility Version 14.27.29111.0
 +Copyright (C) Microsoft Corporation.  All rights reserved.
 +
 +        cd src
 +        nmake /f Makefile.mak
 +
 +Microsoft(R) Program Maintenance Utility Version 14.27.29111.0
 +Copyright (C) Microsoft Corporation.  All rights reserved.
 +
 +        cl /O2 /Ob2 /Oi /Ot /Oy /GT /GL /TP /EHsc /D CHARSET_SHIFT_JIS /D DIC_VERSION=102 /D MECAB_WITHOUT_MUTEX_LOCK /D MECAB_DEFAULT_RC=\"dummy\" /D PACKAGE=\"open_jtalk\" /D VERSION=\"1.01\" /D HAVE_WINDOWS_H /c char_property.cpp
 +Microsoft(R) C/C++ Optimizing Compiler Version 19.27.29111 for x86
 +Copyright (C) Microsoft Corporation.  All rights reserved.
 +
 +char_property.cpp
 +        cl /O2 /Ob2 /Oi /Ot /Oy /GT /GL /TP /EHsc /D CHARSET_SHIFT_JIS /D DIC_VERSION=102 /D MECAB_WITHOUT_MUTEX_LOCK /D MECAB_DEFAULT_RC=\"dummy\" /D PACKAGE=\"open_jtalk\" /D VERSION=\"1.01\" /D HAVE_WINDOWS_H /c connector.cpp
 +Microsoft(R) C/C++ Optimizing Compiler Version 19.27.29111 for x86
 +Copyright (C) Microsoft Corporation.  All rights reserved.
 +
 +connector.cpp
 +        cl /O2 /Ob2 /Oi /Ot /Oy /GT /GL /TP /EHsc /D CHARSET_SHIFT_JIS /D DIC_VERSION=102 /D MECAB_WITHOUT_MUTEX_LOCK /D MECAB_DEFAULT_RC=\"dummy\" /D PACKAGE=\"open_jtalk\" /D VERSION=\"1.01\" /D HAVE_WINDOWS_H /c context_id.cpp
 +Microsoft(R) C/C++ Optimizing Compiler Version 19.27.29111 for x86
 +Copyright (C) Microsoft Corporation.  All rights reserved.
 +
 +context_id.cpp
 +        cl /O2 /Ob2 /Oi /Ot /Oy /GT /GL /TP /EHsc /D CHARSET_SHIFT_JIS /D DIC_VERSION=102 /D MECAB_WITHOUT_MUTEX_LOCK /D MECAB_DEFAULT_RC=\"dummy\" /D PACKAGE=\"open_jtalk\" /D VERSION=\"1.01\" /D HAVE_WINDOWS_H /c dictionary.cpp
 +Microsoft(R) C/C++ Optimizing Compiler Version 19.27.29111 for x86
 +Copyright (C) Microsoft Corporation.  All rights reserved.
 +
 +dictionary.cpp
 +        cl /O2 /Ob2 /Oi /Ot /Oy /GT /GL /TP /EHsc /D CHARSET_SHIFT_JIS /D DIC_VERSION=102 /D MECAB_WITHOUT_MUTEX_LOCK /D MECAB_DEFAULT_RC=\"dummy\" /D PACKAGE=\"open_jtalk\" /D VERSION=\"1.01\" /D HAVE_WINDOWS_H /c dictionary_compiler.cpp
 +Microsoft(R) C/C++ Optimizing Compiler Version 19.27.29111 for x86
 +Copyright (C) Microsoft Corporation.  All rights reserved.
 +
 +dictionary_compiler.cpp
 +        cl /O2 /Ob2 /Oi /Ot /Oy /GT /GL /TP /EHsc /D CHARSET_SHIFT_JIS /D DIC_VERSION=102 /D MECAB_WITHOUT_MUTEX_LOCK /D MECAB_DEFAULT_RC=\"dummy\" /D PACKAGE=\"open_jtalk\" /D VERSION=\"1.01\" /D HAVE_WINDOWS_H /c dictionary_generator.cpp
 +Microsoft(R) C/C++ Optimizing Compiler Version 19.27.29111 for x86
 +Copyright (C) Microsoft Corporation.  All rights reserved.
 +
 +dictionary_generator.cpp
 +        cl /O2 /Ob2 /Oi /Ot /Oy /GT /GL /TP /EHsc /D CHARSET_SHIFT_JIS /D DIC_VERSION=102 /D MECAB_WITHOUT_MUTEX_LOCK /D MECAB_DEFAULT_RC=\"dummy\" /D PACKAGE=\"open_jtalk\" /D VERSION=\"1.01\" /D HAVE_WINDOWS_H /c dictionary_rewriter.cpp
 +Microsoft(R) C/C++ Optimizing Compiler Version 19.27.29111 for x86
 +Copyright (C) Microsoft Corporation.  All rights reserved.
 +
 +dictionary_rewriter.cpp
 +        cl /O2 /Ob2 /Oi /Ot /Oy /GT /GL /TP /EHsc /D CHARSET_SHIFT_JIS /D DIC_VERSION=102 /D MECAB_WITHOUT_MUTEX_LOCK /D MECAB_DEFAULT_RC=\"dummy\" /D PACKAGE=\"open_jtalk\" /D VERSION=\"1.01\" /D HAVE_WINDOWS_H /c eval.cpp
 +Microsoft(R) C/C++ Optimizing Compiler Version 19.27.29111 for x86
 +Copyright (C) Microsoft Corporation.  All rights reserved.
 +
 +eval.cpp
 +        cl /O2 /Ob2 /Oi /Ot /Oy /GT /GL /TP /EHsc /D CHARSET_SHIFT_JIS /D DIC_VERSION=102 /D MECAB_WITHOUT_MUTEX_LOCK /D MECAB_DEFAULT_RC=\"dummy\" /D PACKAGE=\"open_jtalk\" /D VERSION=\"1.01\" /D HAVE_WINDOWS_H /c feature_index.cpp
 +Microsoft(R) C/C++ Optimizing Compiler Version 19.27.29111 for x86
 +Copyright (C) Microsoft Corporation.  All rights reserved.
 +
 +feature_index.cpp
 +        cl /O2 /Ob2 /Oi /Ot /Oy /GT /GL /TP /EHsc /D CHARSET_SHIFT_JIS /D DIC_VERSION=102 /D MECAB_WITHOUT_MUTEX_LOCK /D MECAB_DEFAULT_RC=\"dummy\" /D PACKAGE=\"open_jtalk\" /D VERSION=\"1.01\" /D HAVE_WINDOWS_H /c iconv_utils.cpp
 +Microsoft(R) C/C++ Optimizing Compiler Version 19.27.29111 for x86
 +Copyright (C) Microsoft Corporation.  All rights reserved.
 +
 +iconv_utils.cpp
 +        cl /O2 /Ob2 /Oi /Ot /Oy /GT /GL /TP /EHsc /D CHARSET_SHIFT_JIS /D DIC_VERSION=102 /D MECAB_WITHOUT_MUTEX_LOCK /D MECAB_DEFAULT_RC=\"dummy\" /D PACKAGE=\"open_jtalk\" /D VERSION=\"1.01\" /D HAVE_WINDOWS_H /c lbfgs.cpp
 +Microsoft(R) C/C++ Optimizing Compiler Version 19.27.29111 for x86
 +Copyright (C) Microsoft Corporation.  All rights reserved.
 +
 +lbfgs.cpp
 +        cl /O2 /Ob2 /Oi /Ot /Oy /GT /GL /TP /EHsc /D CHARSET_SHIFT_JIS /D DIC_VERSION=102 /D MECAB_WITHOUT_MUTEX_LOCK /D MECAB_DEFAULT_RC=\"dummy\" /D PACKAGE=\"open_jtalk\" /D VERSION=\"1.01\" /D HAVE_WINDOWS_H /c learner.cpp
 +Microsoft(R) C/C++ Optimizing Compiler Version 19.27.29111 for x86
 +Copyright (C) Microsoft Corporation.  All rights reserved.
 +
 +learner.cpp
 +learner.cpp(305): warning C4305: 'return': 'int' から 'bool' へ切り詰めます。
 +        cl /O2 /Ob2 /Oi /Ot /Oy /GT /GL /TP /EHsc /D CHARSET_SHIFT_JIS /D DIC_VERSION=102 /D MECAB_WITHOUT_MUTEX_LOCK /D MECAB_DEFAULT_RC=\"dummy\" /D PACKAGE=\"open_jtalk\" /D VERSION=\"1.01\" /D HAVE_WINDOWS_H /c learner_tagger.cpp
 +Microsoft(R) C/C++ Optimizing Compiler Version 19.27.29111 for x86
 +Copyright (C) Microsoft Corporation.  All rights reserved.
 +
 +learner_tagger.cpp
 +        cl /O2 /Ob2 /Oi /Ot /Oy /GT /GL /TP /EHsc /D CHARSET_SHIFT_JIS /D DIC_VERSION=102 /D MECAB_WITHOUT_MUTEX_LOCK /D MECAB_DEFAULT_RC=\"dummy\" /D PACKAGE=\"open_jtalk\" /D VERSION=\"1.01\" /D HAVE_WINDOWS_H /c libmecab.cpp
 +Microsoft(R) C/C++ Optimizing Compiler Version 19.27.29111 for x86
 +Copyright (C) Microsoft Corporation.  All rights reserved.
 +
 +libmecab.cpp
 +        cl /O2 /Ob2 /Oi /Ot /Oy /GT /GL /TP /EHsc /D CHARSET_SHIFT_JIS /D DIC_VERSION=102 /D MECAB_WITHOUT_MUTEX_LOCK /D MECAB_DEFAULT_RC=\"dummy\" /D PACKAGE=\"open_jtalk\" /D VERSION=\"1.01\" /D HAVE_WINDOWS_H /c mecab.cpp
 +Microsoft(R) C/C++ Optimizing Compiler Version 19.27.29111 for x86
 +Copyright (C) Microsoft Corporation.  All rights reserved.
 +
 +mecab.cpp
 +        cl /O2 /Ob2 /Oi /Ot /Oy /GT /GL /TP /EHsc /D CHARSET_SHIFT_JIS /D DIC_VERSION=102 /D MECAB_WITHOUT_MUTEX_LOCK /D MECAB_DEFAULT_RC=\"dummy\" /D PACKAGE=\"open_jtalk\" /D VERSION=\"1.01\" /D HAVE_WINDOWS_H /c nbest_generator.cpp
 +Microsoft(R) C/C++ Optimizing Compiler Version 19.27.29111 for x86
 +Copyright (C) Microsoft Corporation.  All rights reserved.
 +
 +nbest_generator.cpp
 +        cl /O2 /Ob2 /Oi /Ot /Oy /GT /GL /TP /EHsc /D CHARSET_SHIFT_JIS /D DIC_VERSION=102 /D MECAB_WITHOUT_MUTEX_LOCK /D MECAB_DEFAULT_RC=\"dummy\" /D PACKAGE=\"open_jtalk\" /D VERSION=\"1.01\" /D HAVE_WINDOWS_H /c param.cpp
 +Microsoft(R) C/C++ Optimizing Compiler Version 19.27.29111 for x86
 +Copyright (C) Microsoft Corporation.  All rights reserved.
 +
 +param.cpp
 +        cl /O2 /Ob2 /Oi /Ot /Oy /GT /GL /TP /EHsc /D CHARSET_SHIFT_JIS /D DIC_VERSION=102 /D MECAB_WITHOUT_MUTEX_LOCK /D MECAB_DEFAULT_RC=\"dummy\" /D PACKAGE=\"open_jtalk\" /D VERSION=\"1.01\" /D HAVE_WINDOWS_H /c string_buffer.cpp
 +Microsoft(R) C/C++ Optimizing Compiler Version 19.27.29111 for x86
 +Copyright (C) Microsoft Corporation.  All rights reserved.
 +
 +string_buffer.cpp
 +        cl /O2 /Ob2 /Oi /Ot /Oy /GT /GL /TP /EHsc /D CHARSET_SHIFT_JIS /D DIC_VERSION=102 /D MECAB_WITHOUT_MUTEX_LOCK /D MECAB_DEFAULT_RC=\"dummy\" /D PACKAGE=\"open_jtalk\" /D VERSION=\"1.01\" /D HAVE_WINDOWS_H /c tagger.cpp
 +Microsoft(R) C/C++ Optimizing Compiler Version 19.27.29111 for x86
 +Copyright (C) Microsoft Corporation.  All rights reserved.
 +
 +tagger.cpp
 +        cl /O2 /Ob2 /Oi /Ot /Oy /GT /GL /TP /EHsc /D CHARSET_SHIFT_JIS /D DIC_VERSION=102 /D MECAB_WITHOUT_MUTEX_LOCK /D MECAB_DEFAULT_RC=\"dummy\" /D PACKAGE=\"open_jtalk\" /D VERSION=\"1.01\" /D HAVE_WINDOWS_H /c tokenizer.cpp
 +Microsoft(R) C/C++ Optimizing Compiler Version 19.27.29111 for x86
 +Copyright (C) Microsoft Corporation.  All rights reserved.
 +
 +tokenizer.cpp
 +        cl /O2 /Ob2 /Oi /Ot /Oy /GT /GL /TP /EHsc /D CHARSET_SHIFT_JIS /D DIC_VERSION=102 /D MECAB_WITHOUT_MUTEX_LOCK /D MECAB_DEFAULT_RC=\"dummy\" /D PACKAGE=\"open_jtalk\" /D VERSION=\"1.01\" /D HAVE_WINDOWS_H /c utils.cpp
 +Microsoft(R) C/C++ Optimizing Compiler Version 19.27.29111 for x86
 +Copyright (C) Microsoft Corporation.  All rights reserved.
 +
 +utils.cpp
 +        cl /O2 /Ob2 /Oi /Ot /Oy /GT /GL /TP /EHsc /D CHARSET_SHIFT_JIS /D DIC_VERSION=102 /D MECAB_WITHOUT_MUTEX_LOCK /D MECAB_DEFAULT_RC=\"dummy\" /D PACKAGE=\"open_jtalk\" /D VERSION=\"1.01\" /D HAVE_WINDOWS_H /c viterbi.cpp
 +Microsoft(R) C/C++ Optimizing Compiler Version 19.27.29111 for x86
 +Copyright (C) Microsoft Corporation.  All rights reserved.
 +
 +viterbi.cpp
 +        cl /O2 /Ob2 /Oi /Ot /Oy /GT /GL /TP /EHsc /D CHARSET_SHIFT_JIS /D DIC_VERSION=102 /D MECAB_WITHOUT_MUTEX_LOCK /D MECAB_DEFAULT_RC=\"dummy\" /D PACKAGE=\"open_jtalk\" /D VERSION=\"1.01\" /D HAVE_WINDOWS_H /c writer.cpp
 +Microsoft(R) C/C++ Optimizing Compiler Version 19.27.29111 for x86
 +Copyright (C) Microsoft Corporation.  All rights reserved.
 +
 +writer.cpp
 +        lib /LTCG /OUT:mecab.lib char_property.obj connector.obj context_id.obj dictionary.obj dictionary_compiler.obj dictionary_generator.obj dictionary_rewriter.obj eval.obj feature_index.obj iconv_utils.obj lbfgs.obj learner.obj learner_tagger.obj libmecab.obj mecab.obj nbest_generator.obj param.obj string_buffer.obj tagger.obj tokenizer.obj utils.obj viterbi.obj writer.obj
 +Microsoft (R) Library Manager Version 14.27.29111.0
 +Copyright (C) Microsoft Corporation.  All rights reserved.
 +
 +        cl /O2 /Ob2 /Oi /Ot /Oy /GT /GL /TP /EHsc /D CHARSET_SHIFT_JIS /D DIC_VERSION=102 /D MECAB_WITHOUT_MUTEX_LOCK /D MECAB_DEFAULT_RC=\"dummy\" /D PACKAGE=\"open_jtalk\" /D VERSION=\"1.01\" /D HAVE_WINDOWS_H /c mecab-dict-index.cpp
 +Microsoft(R) C/C++ Optimizing Compiler Version 19.27.29111 for x86
 +Copyright (C) Microsoft Corporation.  All rights reserved.
 +
 +mecab-dict-index.cpp
 +        link /LTCG /OUT:mecab-dict-index.exe mecab.lib Advapi32.lib mecab-dict-index.obj
 +Microsoft (R) Incremental Linker Version 14.27.29111.0
 +Copyright (C) Microsoft Corporation.  All rights reserved.
 +
 +コード生成しています。
 +コード生成が終了しました。
 +        cd ..
 +        cd ..
 +        cd mecab2njd
 +        nmake /f Makefile.mak
 +
 +Microsoft(R) Program Maintenance Utility Version 14.27.29111.0
 +Copyright (C) Microsoft Corporation.  All rights reserved.
 +
 +        cl /O2 /Ob2 /Oi /Ot /Oy /GT /GL /TC /I ../njd /c mecab2njd.c
 +Microsoft(R) C/C++ Optimizing Compiler Version 19.27.29111 for x86
 +Copyright (C) Microsoft Corporation.  All rights reserved.
 +
 +mecab2njd.c
 +        lib /LTCG /OUT:mecab2njd.lib mecab2njd.obj
 +Microsoft (R) Library Manager Version 14.27.29111.0
 +Copyright (C) Microsoft Corporation.  All rights reserved.
 +
 +        cd ..
 +        cd njd
 +        nmake /f Makefile.mak
 +
 +Microsoft(R) Program Maintenance Utility Version 14.27.29111.0
 +Copyright (C) Microsoft Corporation.  All rights reserved.
 +
 +        cl /O2 /Ob2 /Oi /Ot /Oy /GT /GL /TC /D CHARSET_SHIFT_JIS /c njd.c
 +Microsoft(R) C/C++ Optimizing Compiler Version 19.27.29111 for x86
 +Copyright (C) Microsoft Corporation.  All rights reserved.
 +
 +njd.c
 +        cl /O2 /Ob2 /Oi /Ot /Oy /GT /GL /TC /D CHARSET_SHIFT_JIS /c njd_node.c
 +Microsoft(R) C/C++ Optimizing Compiler Version 19.27.29111 for x86
 +Copyright (C) Microsoft Corporation.  All rights reserved.
 +
 +njd_node.c
 +        lib /LTCG /OUT:njd.lib njd.obj njd_node.obj
 +Microsoft (R) Library Manager Version 14.27.29111.0
 +Copyright (C) Microsoft Corporation.  All rights reserved.
 +
 +        cd ..
 +        cd njd_set_pronunciation
 +        nmake /f Makefile.mak
 +
 +Microsoft(R) Program Maintenance Utility Version 14.27.29111.0
 +Copyright (C) Microsoft Corporation.  All rights reserved.
 +
 +        cl /O2 /Ob2 /Oi /Ot /Oy /GT /GL /TC /I ../njd /D CHARSET_SHIFT_JIS /c njd_set_pronunciation.c
 +Microsoft(R) C/C++ Optimizing Compiler Version 19.27.29111 for x86
 +Copyright (C) Microsoft Corporation.  All rights reserved.
 +
 +njd_set_pronunciation.c
 +        lib /LTCG /OUT:njd_set_pronunciation.lib njd_set_pronunciation.obj
 +Microsoft (R) Library Manager Version 14.27.29111.0
 +Copyright (C) Microsoft Corporation.  All rights reserved.
 +
 +        cd ..
 +        cd njd_set_digit
 +        nmake /f Makefile.mak
 +
 +Microsoft(R) Program Maintenance Utility Version 14.27.29111.0
 +Copyright (C) Microsoft Corporation.  All rights reserved.
 +
 +        cl /O2 /Ob2 /Oi /Ot /Oy /GT /GL /TC /I ../njd /D CHARSET_SHIFT_JIS /c njd_set_digit.c
 +Microsoft(R) C/C++ Optimizing Compiler Version 19.27.29111 for x86
 +Copyright (C) Microsoft Corporation.  All rights reserved.
 +
 +njd_set_digit.c
 +        lib /LTCG /OUT:njd_set_digit.lib njd_set_digit.obj
 +Microsoft (R) Library Manager Version 14.27.29111.0
 +Copyright (C) Microsoft Corporation.  All rights reserved.
 +
 +        cd ..
 +        cd njd_set_accent_phrase
 +        nmake /f Makefile.mak
 +
 +Microsoft(R) Program Maintenance Utility Version 14.27.29111.0
 +Copyright (C) Microsoft Corporation.  All rights reserved.
 +
 +        cl /O2 /Ob2 /Oi /Ot /Oy /GT /GL /TC /I ../njd /D CHARSET_SHIFT_JIS /c njd_set_accent_phrase.c
 +Microsoft(R) C/C++ Optimizing Compiler Version 19.27.29111 for x86
 +Copyright (C) Microsoft Corporation.  All rights reserved.
 +
 +njd_set_accent_phrase.c
 +        lib /LTCG /OUT:njd_set_accent_phrase.lib njd_set_accent_phrase.obj
 +Microsoft (R) Library Manager Version 14.27.29111.0
 +Copyright (C) Microsoft Corporation.  All rights reserved.
 +
 +        cd ..
 +        cd njd_set_accent_type
 +        nmake /f Makefile.mak
 +
 +Microsoft(R) Program Maintenance Utility Version 14.27.29111.0
 +Copyright (C) Microsoft Corporation.  All rights reserved.
 +
 +        cl /O2 /Ob2 /Oi /Ot /Oy /GT /GL /TC /I ../njd /D CHARSET_SHIFT_JIS /c njd_set_accent_type.c
 +Microsoft(R) C/C++ Optimizing Compiler Version 19.27.29111 for x86
 +Copyright (C) Microsoft Corporation.  All rights reserved.
 +
 +njd_set_accent_type.c
 +        lib /LTCG /OUT:njd_set_accent_type.lib njd_set_accent_type.obj
 +Microsoft (R) Library Manager Version 14.27.29111.0
 +Copyright (C) Microsoft Corporation.  All rights reserved.
 +
 +        cd ..
 +        cd njd_set_unvoiced_vowel
 +        nmake /f Makefile.mak
 +
 +Microsoft(R) Program Maintenance Utility Version 14.27.29111.0
 +Copyright (C) Microsoft Corporation.  All rights reserved.
 +
 +        cl /O2 /Ob2 /Oi /Ot /Oy /GT /GL /TC /I ../njd /D CHARSET_SHIFT_JIS /c njd_set_unvoiced_vowel.c
 +Microsoft(R) C/C++ Optimizing Compiler Version 19.27.29111 for x86
 +Copyright (C) Microsoft Corporation.  All rights reserved.
 +
 +njd_set_unvoiced_vowel.c
 +        lib /LTCG /OUT:njd_set_unvoiced_vowel.lib njd_set_unvoiced_vowel.obj
 +Microsoft (R) Library Manager Version 14.27.29111.0
 +Copyright (C) Microsoft Corporation.  All rights reserved.
 +
 +        cd ..
 +        cd njd_set_long_vowel
 +        nmake /f Makefile.mak
 +
 +Microsoft(R) Program Maintenance Utility Version 14.27.29111.0
 +Copyright (C) Microsoft Corporation.  All rights reserved.
 +
 +        cl /O2 /Ob2 /Oi /Ot /Oy /GT /GL /TC /I ../njd /D CHARSET_SHIFT_JIS /c njd_set_long_vowel.c
 +Microsoft(R) C/C++ Optimizing Compiler Version 19.27.29111 for x86
 +Copyright (C) Microsoft Corporation.  All rights reserved.
 +
 +njd_set_long_vowel.c
 +        lib /LTCG /OUT:njd_set_long_vowel.lib njd_set_long_vowel.obj
 +Microsoft (R) Library Manager Version 14.27.29111.0
 +Copyright (C) Microsoft Corporation.  All rights reserved.
 +
 +        cd ..
 +        cd njd2jpcommon
 +        nmake /f Makefile.mak
 +
 +Microsoft(R) Program Maintenance Utility Version 14.27.29111.0
 +Copyright (C) Microsoft Corporation.  All rights reserved.
 +
 +        cl /O2 /Ob2 /Oi /Ot /Oy /GT /GL /TC /I ../njd /I ../jpcommon /D CHARSET_SHIFT_JIS /c njd2jpcommon.c
 +Microsoft(R) C/C++ Optimizing Compiler Version 19.27.29111 for x86
 +Copyright (C) Microsoft Corporation.  All rights reserved.
 +
 +njd2jpcommon.c
 +        lib /LTCG /OUT:njd2jpcommon.lib njd2jpcommon.obj
 +Microsoft (R) Library Manager Version 14.27.29111.0
 +Copyright (C) Microsoft Corporation.  All rights reserved.
 +
 +        cd ..
 +        cd jpcommon
 +        nmake /f Makefile.mak
 +
 +Microsoft(R) Program Maintenance Utility Version 14.27.29111.0
 +Copyright (C) Microsoft Corporation.  All rights reserved.
 +
 +        cl /O2 /Ob2 /Oi /Ot /Oy /GT /GL /TC /D CHARSET_SHIFT_JIS /c jpcommon.c
 +Microsoft(R) C/C++ Optimizing Compiler Version 19.27.29111 for x86
 +Copyright (C) Microsoft Corporation.  All rights reserved.
 +
 +jpcommon.c
 +        cl /O2 /Ob2 /Oi /Ot /Oy /GT /GL /TC /D CHARSET_SHIFT_JIS /c jpcommon_node.c
 +Microsoft(R) C/C++ Optimizing Compiler Version 19.27.29111 for x86
 +Copyright (C) Microsoft Corporation.  All rights reserved.
 +
 +jpcommon_node.c
 +        cl /O2 /Ob2 /Oi /Ot /Oy /GT /GL /TC /D CHARSET_SHIFT_JIS /c jpcommon_label.c
 +Microsoft(R) C/C++ Optimizing Compiler Version 19.27.29111 for x86
 +Copyright (C) Microsoft Corporation.  All rights reserved.
 +
 +jpcommon_label.c
 +        lib /LTCG /OUT:jpcommon.lib jpcommon.obj jpcommon_node.obj jpcommon_label.obj
 +Microsoft (R) Library Manager Version 14.27.29111.0
 +Copyright (C) Microsoft Corporation.  All rights reserved.
 +
 +        cd ..
 +        cd bin
 +        nmake /f Makefile.mak
 +
 +Microsoft(R) Program Maintenance Utility Version 14.27.29111.0
 +Copyright (C) Microsoft Corporation.  All rights reserved.
 +
 +        cl /O2 /Ob2 /Oi /Ot /Oy /GT /GL /TC /I ..\text2mecab /I ..\mecab\src /I ..\mecab2njd /I ..\njd /I ..\njd_set_pronunciation /I ..\njd_set_digit /I ..\njd_set_accent_phrase /I ..\njd_set_accent_type /I ..\njd_set_unvoiced_vowel /I ..\njd_set_long_vowel /I ..\njd2jpcommon /I ..\jpcommon /I C:\hts_engine_API\include /c open_jtalk.c
 +Microsoft(R) C/C++ Optimizing Compiler Version 19.27.29111 for x86
 +Copyright (C) Microsoft Corporation.  All rights reserved.
 +
 +open_jtalk.c
 +        cl /O2 /Ob2 /Oi /Ot /Oy /GT /GL /TC /I ..\text2mecab /I ..\mecab\src /I ..\mecab2njd /I ..\njd /I ..\njd_set_pronunciation /I ..\njd_set_digit /I ..\njd_set_accent_phrase /I ..\njd_set_accent_type /I ..\njd_set_unvoiced_vowel /I ..\njd_set_long_vowel /I ..\njd2jpcommon /I ..\jpcommon /I C:\hts_engine_API\include /c open_jtalk.c
 +Microsoft(R) C/C++ Optimizing Compiler Version 19.27.29111 for x86
 +Copyright (C) Microsoft Corporation.  All rights reserved.
 +
 +open_jtalk.c
 +        link /LTCG /OUT:open_jtalk.exe ..\text2mecab\text2mecab.lib ..\mecab\src\mecab.lib ..\mecab2njd\mecab2njd.lib ..\njd\njd.lib ..\njd_set_pronunciation\njd_set_pronunciation.lib ..\njd_set_digit\njd_set_digit.lib ..\njd_set_accent_phrase\njd_set_accent_phrase.lib ..\njd_set_accent_type\njd_set_accent_type.lib ..\njd_set_unvoiced_vowel\njd_set_unvoiced_vowel.lib ..\njd_set_long_vowel\njd_set_long_vowel.lib ..\njd2jpcommon\njd2jpcommon.lib ..\jpcommon\jpcommon.lib C:\hts_engine_API\lib\hts_engine_API.lib winmm.lib Advapi32.lib open_jtalk.obj
 +Microsoft (R) Incremental Linker Version 14.27.29111.0
 +Copyright (C) Microsoft Corporation.  All rights reserved.
 +
 +コード生成しています。
 +コード生成が終了しました。
 +        cd ..
 +        cd mecab-naist-jdic
 +        nmake /f Makefile.mak
 +
 +Microsoft(R) Program Maintenance Utility Version 14.27.29111.0
 +Copyright (C) Microsoft Corporation.  All rights reserved.
 +
 +NMAKE : fatal error U1073: 'left-id.def' のビルド方法が指定されていません。
 +Stop.
 +NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.27.29110\bin\HostX86\x86\nmake.EXE"' : リターン コード '0x2'
 +Stop.
 +
 +</code>
 +</WRAP>
 +
 ===== 参考文献 ===== ===== 参考文献 =====
 [[https://ai-scholar.tech/others/singing-voice-ai-196/|AIによる歌声合成はここまで来た!これこそ世界に誇るべき日本の先端技術 | AI-SCHOLAR]]\\ [[https://ai-scholar.tech/others/singing-voice-ai-196/|AIによる歌声合成はここまで来た!これこそ世界に誇るべき日本の先端技術 | AI-SCHOLAR]]\\
  • ai/openjtalk.1601795228.txt.gz
  • 最終更新: 2020/10/04 16:07
  • by ともやん