Skip to content

Commit 18d07e7

Browse files
committed
test: update test to reflect STT updates
1 parent 6a26f25 commit 18d07e7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Tests/SpeechToTextV1IntegrationTests.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,9 @@ public IEnumerator TestRecognize()
155155
},
156156
audio: audio,
157157
model: usBroadbandModel,
158-
contentType: "audio/wav"
158+
contentType: "audio/wav",
159+
speechDetectorSensitivity: 1,
160+
backgroundAudioSuppression: 0
159161
);
160162

161163
while (recognizeResponse == null)

0 commit comments

Comments
 (0)