Skip to content

Commit 38cbb73

Browse files
committed
refactor: Update acoustic resource to a longer file for tests and examples
1 parent 82baf6a commit 38cbb73

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/IBM.WatsonDeveloperCloud.SpeechToText.v1.Example/SpeechToTextServiceExample.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public class SpeechToTextServiceExample
3939
//private string _corpusPath = @"SpeechToTextTestData/theJabberwocky-utf8.txt";
4040
private string _acousticModelName = "dotnet-integration-test-custom-acoustic-model";
4141
private string _acousticModelDescription = "A custom model to teset .NET SDK Speech to Text acoustic customization.";
42-
private string _acousticResourceUrl = "https://ia802302.us.archive.org/10/items/Greatest_Speeches_of_the_20th_Century/TheFirstAmericaninEarthOrbit.mp3";
42+
private string _acousticResourceUrl = "https://archive.org/download/Greatest_Speeches_of_the_20th_Century/KeynoteAddressforDemocraticConvention_64kb.mp3";
4343
//private string _acousticResourcePath = @"SpeechToTextTestData/TheFirstAmericaninEarthOrbit.mp3";
4444
private string _acousticResourceName = "firstOrbit";
4545
private string _acousticResourceMimeType = "audio/mpeg";

test/IBM.WatsonDeveloperCloud.SpeechToText.v1.IntegrationTests/SpeechToTextServiceIntegrationTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public class SpeechToTextServiceIntegrationTest
4747
private string _corpusPath = @"SpeechToTextTestData/theJabberwocky-utf8.txt";
4848
private string _acousticModelName = "dotnet-integration-test-custom-acoustic-model";
4949
private string _acousticModelDescription = "A custom model to teset .NET SDK Speech to Text acoustic customization.";
50-
private string _acousticResourceUrl = "https://ia802302.us.archive.org/10/items/Greatest_Speeches_of_the_20th_Century/TheFirstAmericaninEarthOrbit.mp3";
50+
private string _acousticResourceUrl = "https://archive.org/download/Greatest_Speeches_of_the_20th_Century/KeynoteAddressforDemocraticConvention_64kb.mp3";
5151
private string _acousticResourceName = "firstOrbit";
5252
private string _acousticResourceMimeType = "audio/mpeg";
5353
private SpeechToTextService _service;

0 commit comments

Comments
 (0)