Граф коммитов

90 Коммитов

Автор SHA1 Сообщение Дата
Ingmar Steiner 93c9dcb538 [maven-release-plugin] prepare release v5.1beta1 2013-11-21 10:59:43 +01:00
Ingmar Steiner fdcf6cfd2a bugfix: set audioFileFormat when selecting voice, not just locale (closes #130) 2013-06-21 21:10:29 +02:00
Ingmar Steiner 575d7242c8 update test for fix to #125 2013-06-17 13:16:16 +02:00
Ingmar Steiner fa4724f8fa meaningful error message for #125
audioFileFormat should not be null if AUDIO is requested, unless no voice is available, in which case that should already trigger an exception
2013-06-17 13:14:58 +02:00
Ingmar Steiner 171587c6c1 test case to capture #125 2013-06-17 12:58:31 +02:00
Ingmar Steiner 3779410b5b Merge branch 'preserve_trailing_ones' 2013-04-24 22:49:22 +02:00
Giulio Paci 71e80fe5a8 Added an option to LTS tools so that trailing 1s are not removed from phones.
Now it is possible to decide if trailing 1s in phones must be removed or not.
The default behaviour is the original one (remove trailing 1s).
2013-03-12 03:10:15 +01:00
Ingmar Steiner a75930a35d merge marytts-server into marytts-runtime, see #99 for motivation
This reverts commit 7bb543a4b6.
2013-03-08 15:10:31 +01:00
Ingmar Steiner badf3b28d6 fix for #77 2012-08-26 18:44:53 +01:00
Ingmar Steiner 79964be6e9 DRY on module names
as long as we don't name them properly, we might as well use the artifact ID
2012-08-15 16:27:48 +01:00
Ingmar Steiner c10ad5426b centralized dependency management 2012-08-15 14:09:21 +01:00
Ingmar Steiner ab308f26a2 removed redundant source encoding properties inherited from parent POM 2012-08-14 21:10:02 +01:00
Ingmar Steiner 9bdc8deca0 auto-formatted POMs in Eclipse/m2e
with 130 char lines and disabled wrapping in XML comments
2012-08-14 21:07:34 +01:00
Ingmar Steiner d1afbe62be do not version server.log in marytts-runtime 2012-08-08 16:32:51 +01:00
Ingmar Steiner 84dc5dbfd7 resolve mvn warnings about deprecated `parent.version` property 2012-07-12 10:08:43 +01:00
Ingmar Steiner 212a6b0d67 trivial touchups to VoiceDataDumper
the important thing is, to use this with Mary 5 the voice jar file must be added to the classpath explicitly, since it contains the config file (which is no longer available under MARYBASE/conf/)
2012-07-12 10:01:36 +01:00
Marc Schröder 35df60e79c New development version is 5.1-SNAPSHOT. 2012-06-14 11:33:44 +02:00
Marc Schröder d0442127c1 Upgrade version number to 5.0 2012-06-14 09:48:48 +02:00
Marc Schröder ca48a7b231 Improve version number handling in component installer such that 5.0-SNAPSHOT is recognized as older than 5.0. 2012-06-14 09:27:56 +02:00
Marc Schröder 5fd0ab4239 Merge pull request #52 from marc1s/master
Added EmotionML input format
2012-06-06 07:36:20 -07:00
Marc Schröder f3bf6914f8 Refined rules for per-voice styles and using contour for global slope. 2012-06-04 11:33:25 +02:00
Marc Schröder e9c4e6fc7d Bugfix: Convert percent to float on non-English locale machines correctly. 2012-06-04 09:21:00 +02:00
Marc Schröder 9177a2c430 First attempt at an implementation of EmotionML in MARY TTS. 2012-06-01 17:05:48 +02:00
marcelach1 0e98658fd9 removing unnecessary imports that made BildHive building fail. 2012-05-30 22:04:33 +02:00
marcelach1 5898c559dd Fix for issue 7: the hts_engine can handle now explicit duration, it is not perfect yet because: (i) durations fixed by the BoundaryModel and (2) long pauses sound noisy. This hts_engine can run stand-alone the cmu-slt-hsmm voice. 2012-05-30 17:18:06 +02:00
Marc Schröder 7e86d3b5f7 First sketch of an emotionml to maryxml stylesheet for category and dimension representations of emotions. 2012-05-30 17:02:31 +02:00
Marc Schröder 17e36b8cf2 Added a info request to the HTTP protocol by which you can inquire about the styles supported by a given voice. 2012-05-30 11:04:21 +02:00
Marc Schröder 4b1b0745f6 Reduced the number of occurrences of the version string to the apparent minimum: once in specification-version.txt, and once in every pom.xml file. This resolves issue #46. 2012-05-29 12:56:38 +02:00
Marc Schröder 30c6679788 For the MaryTTS component installer, include the repository's copy in the runtime installable package, and refer to the master repo's copy on github for updating. 2012-05-08 10:39:33 +02:00
Marc Schröder 72d57b8f8e More robust dealing with failed downloads -- simply try next location until one works or we're out of options. 2012-05-07 14:37:09 +02:00
Marc Schröder 2206af4293 Made component description more flexible by allowing to indicate a location which does not end in the package filename, as well as redirects. 2012-05-04 17:33:15 +02:00
Marc Schröder f09fc6505c More informative error message 2012-04-30 16:35:21 +02:00
Marc Schröder c64fd3430c Reworked MaryInterface as follows:
- added introspection: getAvailableVoices(), isXMLType(), etc.;
- changed signature of setters to throw IllegalArgumentException rather than SynthesisException.
2012-04-23 16:16:40 +02:00
Marc Schröder 64efbf79bb Do not require property mary.base just for logging; if it is not set, use current directory instead. 2012-04-19 16:50:34 +02:00
Marc Schröder 1d01a8cd12 Added implementation of RemoteMaryInterface 2012-04-19 10:31:40 +02:00
Marc Schröder 9e4643a0fc Extracted MaryInterface interface and documented some simple use cases. 2012-04-18 13:42:14 +02:00
Marc Schröder 578b364724 Added 'locales' info request to client-server protocol, and moved the actual computation of the values from http server code to MaryRuntimeUtils. 2012-04-18 13:22:45 +02:00
Marc Schröder fc14d21669 Refactoring the design of MaryInterface in preparation for extracting an actual interface. More to come. 2012-04-18 12:56:01 +02:00
Marc Schröder 8db0542aa7 Make ComponentDescription slightly more robust against broken component.xml files 2012-04-12 13:17:09 +02:00
Marc Schröder 1934c5df94 Make maven warnings happy by not duplicating groupId in pom.xml. 2012-04-12 10:09:18 +02:00
Marc Schröder 1d63ebfd49 Merge pull request #4 from marcelach1/master
contribution to converting HMM-based voices from MARY 4 to MARY 5.
2012-03-14 07:57:23 -07:00
Marc Schröder fac2327d9c Merge pull request #8 from psibre/master
fully mavenize dependency installation
2012-03-14 07:55:40 -07:00
Ingmar Steiner cf14068e27 fix for #6: removed eclipse plugin config files 2012-02-17 21:24:34 +01:00
Marcela Charfuelan a97b1afec1 Fixed some problems on the Mary4To5VoiceConverter, now it works but there is still problems: (1) it does not work if the hmm voice includes vocalisation support, (2) the useAcousticModels does not work either, to make it run I have commented these two sections on the config file of the old voice. So the convertion of pdf files works, tested with marytts/mary-dfki-poppy-hsmm-4.2.0.zip and mary-dfki-ot-hsmm-4.1.0.zip 2012-02-02 13:43:38 +01:00
Marc Schröder 511bc56d3c More informative error messages. 2012-01-16 08:52:17 +01:00
Marc Schröder 014d234a7e Read example text from stream, i.e. allow example text to be in classpath. 2012-01-16 08:51:50 +01:00
Marc Schröder b92c51e154 Adding some accessor methods so that the component description can be reused in a voice upgrade tool. 2012-01-09 16:35:19 +01:00
Marc Schroeder ecdb9eecd0 Removing non-compiling postagger class
git-svn-id: https://mary.opendfki.de/repos/trunk@3116 953a6561-930b-0410-b2a6-db37d1b2ae63
2011-12-01 09:24:57 +00:00
Marc Schroeder 4fc00206bc Merged most of the language-independent changes between 4.3.0 and 4.3.1 into the trunk. Exception: OpenNLPPosTagger -- here the changes will require some work due to the version change in OpenNLP between 4.x and trunk. Not yet merged: new italian language support.
git-svn-id: https://mary.opendfki.de/repos/trunk@3115 953a6561-930b-0410-b2a6-db37d1b2ae63
2011-12-01 08:29:12 +00:00
Marc Schroeder 0b6735eb0d marginal speedup in most time-consuming functions according to profiler
git-svn-id: https://mary.opendfki.de/repos/trunk@3103 953a6561-930b-0410-b2a6-db37d1b2ae63
2011-11-22 13:31:18 +00:00