web.skylark.tts.voices.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of aspectran-demo Show documentation
Show all versions of aspectran-demo Show documentation
Aspectran module showcasing a demo application
The newest version!
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE aspectran PUBLIC "-//ASPECTRAN//DTD Aspectran 8.0//EN" "http://aspectran.github.io/dtd/aspectran-8.dtd"> <aspectran> <description> A set of voices used in Skylark </description> <bean id="voice-kevin16" class="com.aspectran.demo.skylark.tts.TextToSpeechBean"> <properties> <item name="properties" type="properties"> <entry name="freetts.voices">com.sun.speech.freetts.en.us.cmu_us_kal.KevinVoiceDirectory</entry> </item> <item name="voiceName">kevin16</item> </properties> </bean> </aspectran>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy