You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Core/Resgrid.Config/TtsConfig.cs
+38-3Lines changed: 38 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -24,8 +24,8 @@ public static class TtsConfig
24
24
publicstaticintS3PresignedUrlExpiryMinutes=60;
25
25
publicstaticstringS3PublicBaseUrl="";
26
26
27
-
publicstaticstringDefaultVoice="en-us+klatt6";
28
-
publicstaticintDefaultSpeed=175;
27
+
publicstaticstringDefaultVoice="en-us+klatt4";
28
+
publicstaticintDefaultSpeed=165;
29
29
publicstaticintMaxConcurrentGenerations=4;
30
30
publicstaticintMaxTextLength=1000;
31
31
publicstaticstringEspeakExecutable="espeak-ng";
@@ -35,7 +35,42 @@ public static class TtsConfig
35
35
publicstaticintNormalizedSampleRate=8000;
36
36
publicstaticintNormalizedChannels=1;
37
37
publicstaticboolWarmupEnabled=true;
38
-
publicstaticstringPreGeneratedPrompts="Press 1 for yes;Press 2 for no;Invalid option;Please try again;Please stay on the line;This call has been closed. Goodbye.;You have been marked responding to the scene, goodbye.;Sorry, that was not a valid selection.;Hello, this is Resgrid calling with your verification code.;That was your Resgrid verification code. Goodbye.;Thank you for calling Resgrid, automated personnel system. The number you called is not tied to an active department or the department doesn't have this feature enabled. Goodbye.;We couldn't complete your verification call. Please request a new code and try again. Goodbye.;Please select from the following options.;To list current active calls, press 1.;To list current user statuses, press 2.;To list current unit statuses, press 3.;To list upcoming calendar events, press 4.;To list upcoming shifts, press 5.;To set your current status, press 6.;To set your current staffing level, press 7.;Press 0 to repeat. Press 1 to respond to the scene.;Press 0 to go back to the main menu.;Invalid status selection, goodbye.;No status selection made, goodbye.;Invalid staffing selection. Returning to the main menu.;No staffing selection made. Returning to the main menu.;Thank you. Your response has been recorded.";
"You have been marked responding to the scene. Goodbye.",
47
+
"Sorry, that was not a valid selection.",
48
+
"Hello, this is Resgrid calling with your verification code.",
49
+
"That was your Resgrid verification code. Goodbye.",
50
+
"Thank you for calling the Resgrid automated personnel system. The number you called is not tied to an active department, or the department doesn't have this feature enabled. Goodbye.",
51
+
"We couldn't complete your verification call. Please request a new code and try again. Goodbye.",
52
+
"Please select from the following options.",
53
+
"To list current active calls, press 1.",
54
+
"To list current user statuses, press 2.",
55
+
"To list current unit statuses, press 3.",
56
+
"To list upcoming calendar events, press 4.",
57
+
"To list upcoming shifts, press 5.",
58
+
"To set your current status, press 6.",
59
+
"To set your current staffing level, press 7.",
60
+
"Press 0 to repeat. Press 1 to respond to the scene.",
61
+
"To hear the dispatch again, press 1. To hear response options, press 2.",
62
+
"To choose a response option, enter the option number, then press pound.",
63
+
"To hear the dispatch again, enter 0 and press pound.",
64
+
"Press 0 to go back to the main menu.",
65
+
"To go back to the main menu, enter 0 and press pound.",
66
+
"To set your current status, enter the number of your selection, then press pound.",
67
+
"To set your current staffing, enter the number of your selection, then press pound.",
68
+
"Invalid status selection. Returning to the main menu.",
69
+
"No status selection made. Returning to the main menu.",
70
+
"Invalid staffing selection. Returning to the main menu.",
71
+
"No staffing selection made. Returning to the main menu.",
0 commit comments