Skip to content

Commit

Permalink
Add support cs talk (sasara, tuzumi, takahashi)
Browse files Browse the repository at this point in the history
  • Loading branch information
InuInu2022 committed Dec 13, 2022
1 parent ebc2fcc commit 5e78907
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions sample/csharp/SongToTalk/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,8 @@ await fcw.SpeakAsync(
var c = await fcw
.GetComponentsAsync();

//TODO: CeVIO CSの公式3人のIDはA,B,Cだったはずなので要対応
var castId = string.Join("-",c[0].Id.Split("-")[0..3]);
var castId = await fcw.GetCastIdAsync(castName);
//var castId = string.Join("-",c[0].Id.Split("-")[0..3]);

distCcs = await SasaraCcs.LoadAsync(dist);

Expand Down
2 changes: 1 addition & 1 deletion sample/csharp/SongToTalk/SongToTalk.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@

<PackageReference Include="ConsoleAppFramework" Version="4.2.4" />
<PackageReference Include="DotnetWorld" Version="1.2.5" />
<PackageReference Include="FluentCeVIOWrapper" Version="0.1.5" />
<PackageReference Include="FluentCeVIOWrapper" Version="0.1.6" />
<PackageReference Include="MathNet.Numerics" Version="5.0.0" />
<PackageReference Include="MinVer" Version="4.2.0">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down

0 comments on commit 5e78907

Please sign in to comment.