imported marytts
This commit is contained in:
parent
5d6dbb17cf
commit
7a1b5d0c73
|
@ -7,12 +7,22 @@
|
|||
<inspection_tool class="ClassCanBeRecord" enabled="false" level="WEAK WARNING" enabled_by_default="false" />
|
||||
<inspection_tool class="EmptyMethod" enabled="false" level="WARNING" enabled_by_default="false" />
|
||||
<inspection_tool class="MissingJavadoc" enabled="true" level="WARNING" enabled_by_default="true">
|
||||
<option name="INNER_CLASS_SETTINGS">
|
||||
<Options>
|
||||
<option name="MINIMAL_VISIBILITY" value="protected" />
|
||||
</Options>
|
||||
</option>
|
||||
<option name="METHOD_SETTINGS">
|
||||
<Options>
|
||||
<option name="MINIMAL_VISIBILITY" value="protected" />
|
||||
<option name="REQUIRED_TAGS" value="@return@param@throws or @exception" />
|
||||
</Options>
|
||||
</option>
|
||||
<option name="FIELD_SETTINGS">
|
||||
<Options>
|
||||
<option name="MINIMAL_VISIBILITY" value="protected" />
|
||||
</Options>
|
||||
</option>
|
||||
</inspection_tool>
|
||||
<inspection_tool class="MissingPackageInfo" enabled="true" level="WARNING" enabled_by_default="true" />
|
||||
<inspection_tool class="SpellCheckingInspection" enabled="false" level="TYPO" enabled_by_default="false">
|
||||
|
|
|
@ -0,0 +1,11 @@
|
|||
<component name="libraryTable">
|
||||
<library name="marytts-lang-en-5.2">
|
||||
<CLASSES>
|
||||
<root url="jar://$PROJECT_DIR$/lib/marytts/marytts-lang-en-5.2.jar!/" />
|
||||
<root url="jar://$PROJECT_DIR$/lib/marytts/marytts-runtime-5.2-jar-with-dependencies.jar!/" />
|
||||
<root url="jar://$PROJECT_DIR$/lib/marytts/voice-cmu-slt-hsmm-5.2.jar!/" />
|
||||
</CLASSES>
|
||||
<JAVADOC />
|
||||
<SOURCES />
|
||||
</library>
|
||||
</component>
|
|
@ -10,5 +10,6 @@
|
|||
<orderEntry type="sourceFolder" forTests="false" />
|
||||
<orderEntry type="library" name="lwjgl" level="project" />
|
||||
<orderEntry type="library" name="jna-5.12.1" level="project" />
|
||||
<orderEntry type="library" name="marytts-lang-en-5.2" level="project" />
|
||||
</component>
|
||||
</module>
|
Loading…
Reference in New Issue