File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
examples/IBM.WatsonDeveloperCloud.SpeechToText.v1.Example
test/IBM.WatsonDeveloperCloud.SpeechToText.v1.IntegrationTests Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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" ;
Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments