123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192 |
- 2015-12-25 03:15 uratec
- * NEWS, dic/japanese.euc_jp.table, dic/japanese.shift_jis.table,
- dic/japanese.utf_8.table: update dicts and news.
- 2015-12-25 03:01 uratec
- * COPYING, README, bin/Makefile.am, bin/sinsy.cpp, configure.ac,
- include/sinsy.h, lib/Makefile.am, lib/Sinsy.cpp,
- lib/converter/ConfGroup.cpp, lib/converter/ConfGroup.h,
- lib/converter/ConfManager.cpp, lib/converter/ConfManager.h,
- lib/converter/Converter.cpp, lib/converter/Converter.h,
- lib/converter/IConf.h, lib/converter/IConvertable.h,
- lib/converter/PhonemeInfo.cpp, lib/converter/PhonemeInfo.h,
- lib/converter/UnknownConf.cpp, lib/converter/UnknownConf.h,
- lib/converter/util_converter.cpp, lib/converter/util_converter.h,
- lib/hts_engine_API/HtsEngine.cpp, lib/hts_engine_API/HtsEngine.h,
- lib/hts_engine_API/SynthConditionImpl.cpp,
- lib/hts_engine_API/SynthConditionImpl.h, lib/japanese/JConf.cpp,
- lib/japanese/JConf.h, lib/label/ILabelOutput.h,
- lib/label/INoteLabel.h, lib/label/IPhonemeLabel.h,
- lib/label/ISyllableLabel.h, lib/label/LabelData.cpp,
- lib/label/LabelData.h, lib/label/LabelMaker.cpp,
- lib/label/LabelMaker.h, lib/label/LabelMeasure.cpp,
- lib/label/LabelMeasure.h, lib/label/LabelPosition.cpp,
- lib/label/LabelPosition.h, lib/label/LabelStream.cpp,
- lib/label/LabelStream.h, lib/label/LabelStrings.cpp,
- lib/label/LabelStrings.h, lib/label/NoteGroup.cpp,
- lib/label/NoteGroup.h, lib/label/NoteLabeler.cpp,
- lib/label/NoteLabeler.h, lib/label/PhonemeLabeler.cpp,
- lib/label/PhonemeLabeler.h, lib/label/SyllableLabeler.cpp,
- lib/label/SyllableLabeler.h, lib/score/Beat.cpp,
- lib/score/Beat.h, lib/score/Dynamics.cpp, lib/score/Dynamics.h,
- lib/score/IScoreWritable.h, lib/score/IScoreWriter.h,
- lib/score/Key.cpp, lib/score/Key.h, lib/score/Mode.cpp,
- lib/score/Mode.h, lib/score/Note.cpp, lib/score/Note.h,
- lib/score/Pitch.cpp, lib/score/Pitch.h,
- lib/score/ScorePosition.cpp, lib/score/ScorePosition.h,
- lib/score/Slur.cpp, lib/score/Slur.h, lib/score/Syllabic.cpp,
- lib/score/Syllabic.h, lib/score/util_score.cpp,
- lib/score/util_score.h, lib/temporary/ScoreDoctor.cpp,
- lib/temporary/ScoreDoctor.h, lib/temporary/TempScore.cpp,
- lib/temporary/TempScore.h, lib/util/Configurations.cpp,
- lib/util/Configurations.h, lib/util/Deleter.h,
- lib/util/DiphthongConverter.cpp, lib/util/DiphthongConverter.h,
- lib/util/ForEachAdapter.h, lib/util/IReadableStream.h,
- lib/util/IStringable.cpp, lib/util/IStringable.h,
- lib/util/IWritableStream.h, lib/util/InputFile.cpp,
- lib/util/InputFile.h, lib/util/MacronTable.cpp,
- lib/util/MacronTable.h, lib/util/MultibyteCharRange.cpp,
- lib/util/MultibyteCharRange.h, lib/util/OutputFile.cpp,
- lib/util/OutputFile.h, lib/util/PhonemeTable.cpp,
- lib/util/PhonemeTable.h, lib/util/StreamException.h,
- lib/util/StringTokenizer.cpp, lib/util/StringTokenizer.h,
- lib/util/WritableStrStream.h, lib/util/util_log.h,
- lib/util/util_string.cpp, lib/util/util_string.h,
- lib/util/util_types.h, lib/xml/XmlData.cpp, lib/xml/XmlData.h,
- lib/xml/XmlParser.cpp, lib/xml/XmlParser.h,
- lib/xml/XmlReader.cpp, lib/xml/XmlReader.h,
- lib/xml/XmlWriter.cpp, lib/xml/XmlWriter.h, lib/xml/xml_tags.h:
- change breath_mark tag to up_bow tag when score is saved. ignore
- vowel reduction flag before macron. fix many bugs.
- 2014-12-25 11:38 uratec
- * bin/sinsy.cpp: update help message
- 2014-12-11 11:38 uratec
- * COPYING, Makefile.am, NEWS, README, bin/Makefile.am,
- bin/sinsy.cpp, configure.ac, include/sinsy.h, lib/Makefile.am,
- lib/Sinsy.cpp, lib/converter/ConfGroup.cpp,
- lib/converter/ConfGroup.h, lib/converter/ConfManager.cpp,
- lib/converter/ConfManager.h, lib/converter/Converter.cpp,
- lib/converter/Converter.h, lib/converter/IConf.h,
- lib/converter/IConvertable.h, lib/converter/PhonemeInfo.cpp,
- lib/converter/PhonemeInfo.h, lib/converter/UnknownConf.cpp,
- lib/converter/UnknownConf.h, lib/converter/util_converter.cpp,
- lib/converter/util_converter.h, lib/hts_engine_API/HtsEngine.cpp,
- lib/hts_engine_API/HtsEngine.h,
- lib/hts_engine_API/SynthConditionImpl.cpp,
- lib/hts_engine_API/SynthConditionImpl.h, lib/japanese/JConf.cpp,
- lib/japanese/JConf.h, lib/label/ILabelOutput.h,
- lib/label/INoteLabel.h, lib/label/IPhonemeLabel.h,
- lib/label/ISyllableLabel.h, lib/label/LabelData.cpp,
- lib/label/LabelData.h, lib/label/LabelMaker.cpp,
- lib/label/LabelMaker.h, lib/label/LabelMeasure.cpp,
- lib/label/LabelMeasure.h, lib/label/LabelPosition.cpp,
- lib/label/LabelPosition.h, lib/label/LabelStream.cpp,
- lib/label/LabelStream.h, lib/label/LabelStrings.cpp,
- lib/label/LabelStrings.h, lib/label/NoteGroup.cpp,
- lib/label/NoteGroup.h, lib/label/NoteLabeler.cpp,
- lib/label/NoteLabeler.h, lib/label/PhonemeLabeler.cpp,
- lib/label/PhonemeLabeler.h, lib/label/SyllableLabeler.cpp,
- lib/label/SyllableLabeler.h, lib/score/Beat.cpp,
- lib/score/Beat.h, lib/score/Dynamics.cpp, lib/score/Dynamics.h,
- lib/score/IScoreWritable.h, lib/score/IScoreWriter.h,
- lib/score/Key.cpp, lib/score/Key.h, lib/score/Mode.cpp,
- lib/score/Mode.h, lib/score/Note.cpp, lib/score/Note.h,
- lib/score/Pitch.cpp, lib/score/Pitch.h,
- lib/score/ScorePosition.cpp, lib/score/ScorePosition.h,
- lib/score/Slur.cpp, lib/score/Slur.h, lib/score/Syllabic.cpp,
- lib/score/Syllabic.h, lib/score/util_score.cpp,
- lib/score/util_score.h, lib/temporary/ScoreDoctor.cpp,
- lib/temporary/ScoreDoctor.h, lib/temporary/TempScore.cpp,
- lib/temporary/TempScore.h, lib/util/Configurations.cpp,
- lib/util/Configurations.h, lib/util/Deleter.h,
- lib/util/ForEachAdapter.h, lib/util/IReadableStream.h,
- lib/util/IStringable.cpp, lib/util/IStringable.h,
- lib/util/IWritableStream.h, lib/util/InputFile.cpp,
- lib/util/InputFile.h, lib/util/MacronTable.cpp,
- lib/util/MacronTable.h, lib/util/MultibyteCharRange.cpp,
- lib/util/MultibyteCharRange.h, lib/util/OutputFile.cpp,
- lib/util/OutputFile.h, lib/util/PhonemeTable.cpp,
- lib/util/PhonemeTable.h, lib/util/StreamException.h,
- lib/util/StringTokenizer.cpp, lib/util/StringTokenizer.h,
- lib/util/WritableStrStream.h, lib/util/util_log.h,
- lib/util/util_string.cpp, lib/util/util_string.h,
- lib/util/util_types.h, lib/xml/XmlData.cpp, lib/xml/XmlData.h,
- lib/xml/XmlParser.cpp, lib/xml/XmlParser.h,
- lib/xml/XmlReader.cpp, lib/xml/XmlReader.h,
- lib/xml/XmlWriter.cpp, lib/xml/XmlWriter.h, lib/xml/xml_tags.h:
- add clef type selector to XML save function.
- integrate chained vowels to one vowel.
- expand score flag to 8-bit.
- add new context: distance between consonant and vowel.
- fix many bugs.
- 2013-12-25 06:29 nkazu
- * ., AUTHORS, COPYING, INSTALL, Makefile.am, NEWS, README, bin,
- bin/Makefile.am, bin/sinsy.cpp, config, configure.ac, dic,
- dic/Makefile.am, dic/japanese.euc_jp.conf,
- dic/japanese.euc_jp.table, dic/japanese.macron,
- dic/japanese.shift_jis.conf, dic/japanese.shift_jis.table,
- dic/japanese.utf_8.conf, dic/japanese.utf_8.table, include,
- include/sinsy.h, lib, lib/Makefile.am, lib/Sinsy.cpp,
- lib/converter, lib/converter/ConfGroup.cpp,
- lib/converter/ConfGroup.h, lib/converter/ConfManager.cpp,
- lib/converter/ConfManager.h, lib/converter/Converter.cpp,
- lib/converter/Converter.h, lib/converter/IConf.h,
- lib/converter/IConvertable.h, lib/converter/PhonemeInfo.cpp,
- lib/converter/PhonemeInfo.h, lib/converter/UnknownConf.cpp,
- lib/converter/UnknownConf.h, lib/converter/util_converter.cpp,
- lib/converter/util_converter.h, lib/hts_engine_API,
- lib/hts_engine_API/HtsEngine.cpp, lib/hts_engine_API/HtsEngine.h,
- lib/hts_engine_API/SynthConditionImpl.cpp,
- lib/hts_engine_API/SynthConditionImpl.h, lib/japanese,
- lib/japanese/JConf.cpp, lib/japanese/JConf.h, lib/label,
- lib/label/ILabelOutput.h, lib/label/INoteLabel.h,
- lib/label/IPhonemeLabel.h, lib/label/ISyllableLabel.h,
- lib/label/LabelData.cpp, lib/label/LabelData.h,
- lib/label/LabelMaker.cpp, lib/label/LabelMaker.h,
- lib/label/LabelMeasure.cpp, lib/label/LabelMeasure.h,
- lib/label/LabelPosition.cpp, lib/label/LabelPosition.h,
- lib/label/LabelStream.cpp, lib/label/LabelStream.h,
- lib/label/LabelStrings.cpp, lib/label/LabelStrings.h,
- lib/label/NoteGroup.cpp, lib/label/NoteGroup.h,
- lib/label/NoteLabeler.cpp, lib/label/NoteLabeler.h,
- lib/label/PhonemeLabeler.cpp, lib/label/PhonemeLabeler.h,
- lib/label/SyllableLabeler.cpp, lib/label/SyllableLabeler.h,
- lib/score, lib/score/Beat.cpp, lib/score/Beat.h,
- lib/score/Dynamics.cpp, lib/score/Dynamics.h,
- lib/score/IScoreWritable.h, lib/score/IScoreWriter.h,
- lib/score/Key.cpp, lib/score/Key.h, lib/score/Mode.cpp,
- lib/score/Mode.h, lib/score/Note.cpp, lib/score/Note.h,
- lib/score/Pitch.cpp, lib/score/Pitch.h,
- lib/score/ScorePosition.cpp, lib/score/ScorePosition.h,
- lib/score/Slur.cpp, lib/score/Slur.h, lib/score/Syllabic.cpp,
- lib/score/Syllabic.h, lib/score/util_score.cpp,
- lib/score/util_score.h, lib/temporary,
- lib/temporary/ScoreDoctor.cpp, lib/temporary/ScoreDoctor.h,
- lib/temporary/TempScore.cpp, lib/temporary/TempScore.h, lib/util,
- lib/util/Configurations.cpp, lib/util/Configurations.h,
- lib/util/Deleter.h, lib/util/ForEachAdapter.h,
- lib/util/IReadableStream.h, lib/util/IStringable.cpp,
- lib/util/IStringable.h, lib/util/IWritableStream.h,
- lib/util/InputFile.cpp, lib/util/InputFile.h,
- lib/util/MacronTable.cpp, lib/util/MacronTable.h,
- lib/util/MultibyteCharRange.cpp, lib/util/MultibyteCharRange.h,
- lib/util/OutputFile.cpp, lib/util/OutputFile.h,
- lib/util/PhonemeTable.cpp, lib/util/PhonemeTable.h,
- lib/util/StreamException.h, lib/util/StringTokenizer.cpp,
- lib/util/StringTokenizer.h, lib/util/WritableStrStream.h,
- lib/util/util_log.h, lib/util/util_string.cpp,
- lib/util/util_string.h, lib/util/util_types.h, lib/xml,
- lib/xml/XmlData.cpp, lib/xml/XmlData.h, lib/xml/XmlParser.cpp,
- lib/xml/XmlParser.h, lib/xml/XmlReader.cpp, lib/xml/XmlReader.h,
- lib/xml/XmlWriter.cpp, lib/xml/XmlWriter.h, lib/xml/xml_tags.h:
- Initial commit
|