Skip to content

Commit

Permalink
Version increase, commenting
Browse files Browse the repository at this point in the history
  • Loading branch information
PaciStardust committed Sep 30, 2022
1 parent 9efdae8 commit 22d0624
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions OscMultitool/Hoscy.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
<UseWPF>true</UseWPF>
<ApplicationIcon>Resources\hoscy_circle.ico</ApplicationIcon>
<Platforms>AnyCPU;x64</Platforms>
<AssemblyVersion>0.3</AssemblyVersion>
<FileVersion>0.3</FileVersion>
<AssemblyVersion>0.3.1</AssemblyVersion>
<FileVersion>0.3.1</FileVersion>
<RepositoryUrl>https://github.com/PaciStardust/HOSCY</RepositoryUrl>
<PackageProjectUrl>https://github.com/PaciStardust/HOSCY</PackageProjectUrl>
<PackageReadmeFile>README.md</PackageReadmeFile>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ protected override bool StartInternal()
if (!string.IsNullOrWhiteSpace(Config.Api.AzureCustomEndpoint))
speechConfig.EndpointId = Config.Api.AzureCustomEndpoint;

if (Config.Api.AzureRecognitionLanguages.Count > 1)
if (Config.Api.AzureRecognitionLanguages.Count > 1) //this looks scuffed but is done as I think its quicker in api terms
{
speechConfig.SetProperty(PropertyId.SpeechServiceConnection_ContinuousLanguageIdPriority, "Latency");
var autoDetectSourceLanguageConfig = AutoDetectSourceLanguageConfig.FromLanguages(Config.Api.AzureRecognitionLanguages.ToArray());
Expand Down

0 comments on commit 22d0624

Please sign in to comment.