Add C# TTS API (#399)
This commit is contained in:
10
dotnet-examples/TTS/Struct/SherpaOnnxOfflineTtsConfig.cs
Normal file
10
dotnet-examples/TTS/Struct/SherpaOnnxOfflineTtsConfig.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
namespace TTS.Struct
|
||||
{
|
||||
[StructLayout(LayoutKind.Sequential)]
|
||||
public struct SherpaOnnxOfflineTtsConfig
|
||||
{
|
||||
public SherpaOnnxOfflineTtsModelConfig model;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user