Changes between Version 18 and Version 19 of FrequentlyAskedQuestions
- Timestamp:
- 12/08/09 20:11:00 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FrequentlyAskedQuestions
v18 v19 1 1 = Frequently Asked Questions = 2 2 3 === I have this problem, found this bug, need this help! What can I do to get a good answer? === #bugreport 3 4 4 === Can I install additional voices/components after the main installation, or do I have to reinstall everything "from scratch"? === 5 A good answer is possible only if you send an informative problem report. Sending an excerpt of an exception, saying that some component "behaves strangely" etc. is not sufficiently informative to diagnose the problem. 6 7 An informative problem report should include sufficient details to '''reproduce''' the problem. 8 9 - which platform are you working on (Linux, MacOSX, Windows); 10 - which Java version are you using (output of java -version); 11 - which command have you been running *exactly*? 12 13 If your call involved the starting of MARY TTS: 14 15 - any custom config files that you may have created, e.g. for a new language; 16 - the debug output log (i.e., run with maryserver -Dlog.level=debug -Dlog.tofile=true). 17 18 If you used voice building tools: 19 20 - trace the problem to the exact input file that caused it and attach that. 21 22 23 24 25 === Can I install additional voices/components after the main installation, or do I have to reinstall everything "from scratch"? === #installvoices 5 26 6 27 To install or uninstall additional languages and voices, please run the MARY TTS/bin/mary-component-installer. 7 28 8 29 9 === Maryserver takes ages to start up! What can I do? === 30 === Maryserver takes ages to start up! What can I do? === #slowstart 10 31 11 32 What takes time is starting components and, in particular, unit selection voices. So the more languages and voices you install, the longer maryserver will take to start up. Use the mary-component-installer to uninstall what you don't need. 12 33 13 34 14 === What exactly is the license for the software? === 35 === What exactly is the license for the software? === #license 15 36 16 37 The OpenMary core system is released under the Lesser GNU General Public License [LGPL|http://www.gnu.org/licenses/lgpl-3.0-standalone.html]. Language components for English, German, Telugu and Turkish are currently also released under the LGPL. … … 18 39 Different speech synthesis voices are distributed under different licenses: 19 40 20 * the [ Arctic license|http://mary.dfki.de/download/voices/arctic-license.html]21 * the [ Creative Commons Attribution-NoDerivatives license|http://mary.dfki.de/download/by-nd-3.0.html]22 * The [ MBROLA license|http://mary.dfki.de/download/Mbrola%20software%20user%20agreement.html]41 * the [http://mary.dfki.de/download/voices/arctic-license.html Arctic license] 42 * the [http://mary.dfki.de/download/by-nd-3.0.html Creative Commons Attribution-NoDerivatives license] 43 * The [http://mary.dfki.de/download/Mbrola%20software%20user%20agreement.html MBROLA license] 23 44 * maybe other licenses in the future. 24 45 … … 26 47 27 48 28 === How difficult is it to add support for Hebrew/Italian/Spanish/Hindi/...? Is Mary modular in that sense? === 49 === How difficult is it to add support for Hebrew/Italian/Spanish/Hindi/...? Is Mary modular in that sense? === #newlanguage 29 50 30 51 MARY 4.0 comes with substantial support for adding new languages, see NewLanguageSupport. This should help you get started; to do intelligent language-specific things, of course additional work will be needed. 31 52 32 === I have no experience with Java. I have made some changes in the Mary source code -- how I can compile and test my changes? === 53 === I have no experience with Java. I have made some changes in the Mary source code -- how I can compile and test my changes? === #compile 33 54 34 55 … … 71 92 72 93 73 === Will there be support for the open 'ogg vorbis' format for audio output? === 94 === Will there be support for the open 'ogg vorbis' format for audio output? === #oggvorbis 74 95 75 96 If someone writes a reliable ogg vorbis encoder in Java, we will be happy to add support for it. We do not intend to use native libraries though, the deployment issues are simply too complex and time-consuming.