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>.
|
Use |
Frequently used. |
Used for tuning speech output.
If you have several ActivePrompt databases:
- To enter several activeprompt_dbs values in Management Station, separate them with a pipe character (|). For example:
http://myserver/apdb_rp_samantha_time.dat|http://myserver/apdb_rp_supercat2.dat
- 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.