Changes between Version 18 and Version 19 of FrequentlyAskedQuestions


Ignore:
Timestamp:
12/08/09 20:11:00 (14 years ago)
Author:
masc01
Comment:

added ids

Legend:

Unmodified
Added
Removed
Modified
  • FrequentlyAskedQuestions

    v18 v19  
    11= Frequently Asked Questions = 
    22 
     3=== I have this problem, found this bug, need this help! What can I do to get a good answer? === #bugreport 
    34 
    4 === Can I install additional voices/components after the main installation, or do I have to reinstall everything "from scratch"? === 
     5A 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 
     7An 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 
     13If 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 
     18If 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 
    526 
    627To install or uninstall additional languages and voices, please run the MARY TTS/bin/mary-component-installer. 
    728 
    829 
    9 === Maryserver takes ages to start up! What can I do? === 
     30=== Maryserver takes ages to start up! What can I do? === #slowstart 
    1031 
    1132What 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. 
    1233 
    1334 
    14 === What exactly is the license for the software? === 
     35=== What exactly is the license for the software? === #license 
    1536 
    1637The 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. 
     
    1839Different speech synthesis voices are distributed under different licenses: 
    1940 
    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] 
    2344 * maybe other licenses in the future. 
    2445 
     
    2647 
    2748 
    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 
    2950 
    3051MARY 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. 
    3152 
    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 
    3354 
    3455 
     
    7192 
    7293 
    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 
    7495 
    7596If 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.