imported marytts

This commit is contained in:
DaniTheSkunk 2022-11-27 06:59:27 +00:00
parent 5d6dbb17cf
commit 7a1b5d0c73
3 changed files with 22 additions and 0 deletions

View File

@ -7,12 +7,22 @@
<inspection_tool class="ClassCanBeRecord" enabled="false" level="WEAK WARNING" enabled_by_default="false" /> <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="EmptyMethod" enabled="false" level="WARNING" enabled_by_default="false" />
<inspection_tool class="MissingJavadoc" enabled="true" level="WARNING" enabled_by_default="true"> <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"> <option name="METHOD_SETTINGS">
<Options> <Options>
<option name="MINIMAL_VISIBILITY" value="protected" /> <option name="MINIMAL_VISIBILITY" value="protected" />
<option name="REQUIRED_TAGS" value="@return@param@throws or @exception" /> <option name="REQUIRED_TAGS" value="@return@param@throws or @exception" />
</Options> </Options>
</option> </option>
<option name="FIELD_SETTINGS">
<Options>
<option name="MINIMAL_VISIBILITY" value="protected" />
</Options>
</option>
</inspection_tool> </inspection_tool>
<inspection_tool class="MissingPackageInfo" enabled="true" level="WARNING" enabled_by_default="true" /> <inspection_tool class="MissingPackageInfo" enabled="true" level="WARNING" enabled_by_default="true" />
<inspection_tool class="SpellCheckingInspection" enabled="false" level="TYPO" enabled_by_default="false"> <inspection_tool class="SpellCheckingInspection" enabled="false" level="TYPO" enabled_by_default="false">

View File

@ -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>

View File

@ -10,5 +10,6 @@
<orderEntry type="sourceFolder" forTests="false" /> <orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="lwjgl" level="project" /> <orderEntry type="library" name="lwjgl" level="project" />
<orderEntry type="library" name="jna-5.12.1" level="project" /> <orderEntry type="library" name="jna-5.12.1" level="project" />
<orderEntry type="library" name="marytts-lang-en-5.2" level="project" />
</component> </component>
</module> </module>