11.5

Table Of Contents
Chapter 1: Introduction to Dragon 11.5
Log type Example Explanation
average transfer rate. In this example, the
session length was 92 seconds and the aver-
age transfer rate was 44128Bps.
Set the audio sources that Dragon allows
In the DNSSPServer.exe.config file, in the <appSettings> section, set the value parameter for the
DNSAllowAnyAudioSource option to one of the following values:
Audio support type Value
[Default] Allow only smartphone audio sources "false"
Allow ANY DNS audio source "true"
For example:
<add key="DNSAllowAnyAudioSource" value="false" />
Set encryption of audio data sent between the phone and the server
In the DNSSPServer.exe.config file, in the <appSettings> section, set the value parameter for the
AudioDataEncryption option to one of the following values:
n "none" = [Default] Do not encrypt audio data
Set the default sample rate for Dragon
In the DNSSPServer.exe.config file, in the <appSettings> section, set the value parameter for the
SampleRate option to one of the following values (in Hz):
n "11025"
n "22050"
For example:
<add key="SampleRate" value="22050" />
Set the domain name for the Bonjour Domain Name Service
In the DNSSPServer.exe.config file, in the <appSettings> section, set the value parameter for the
BonjourDomainName option to the domain name for the service. An empty string represents
the default domain.
For Example:
<add key="BonjourDomainName" value=""/>
You can set the BonjourDomainName option to a valid domain name for your network provided
your computer has a real IP Address and is not using one of the private 10. 192., or 168. NAT
addresses.
9