activeprompt_dbs
Specifies the ActivePrompt databases to load.
Value |
Path or URI to one or more ActivePrompt databases. DEFAULT: (none) This element is optional; by default, no ActivePrompt database is loaded. |
How to set |
Set in the session xml file for the application. Configure the <speechsynth> element located under <sessionparameters>, <speechserver>. API—Use TtsLoadTuningData instead of TtsSetParamsEx.
|
Use |
Frequently used. |
Used for tuning speech output.
If you have several ActivePrompt databases:
- In a Vocalizer configuration file (tts_config.xml), enter each database as an <activeprompt_db> child element of the main <activeprompt_dbs> element:
<activeprompt_dbs> <activeprompt_db>
http://myserver/apdb_rp_samantha_time.dat; content-type="application/x-vocalizer-activeprompt-db;mode=automatic” </activeprompt_db> <activeprompt_db>http://myserver/apdb_rp_supercat2.dat; content-type="application/x-vocalizer-activeprompt-db;mode=automatic” </activeprompt_db> </activeprompt_dbs> - In a session.xml file, specify one <value> element for each ActivePrompt database:
<speechsynth name=" "> <param name="activeprompt_dbs"> <value>http://myserver/apdb_rp_samantha_time.dat</value> <value>http://myserver/apdb_rp_supercat2.dat</value>
<value>http://myserver/apdb_rp_samantha_time.dat;application/x-vocalizer-activeprompt-db;mode=automatic</value>
<value>http://myserver/apdb_rp_supercat2.dat;application/x-vocalizer-activeprompt-db;mode=automatic</value>
</param>
</speechsynth>
To change a database after loading it, save it with a new name and then load the new database. Do not modify a loaded ActivePrompt database without changing its name.