公告板
版本库
filestore
活动
搜索
登录
python
/
FunASR-XL
FUNASR训练
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
fix(spk): 修复 speaker embedding 集群后的重新排序问题
msgk
2025-02-14
a8591060d3889cd7a72841fa32a7ee64b49db1d2
[python/FunASR-XL.git]
/
runtime
/
csharp
/
AliParaformerAsr
/
AliParaformerAsr.Examples.MauiApp
/
Platforms
/
MacCatalyst
/
AppDelegate.cs
1
2
3
4
5
6
7
8
9
using Foundation;
namespace MauiApp1;
[Register("AppDelegate")]
public class AppDelegate : MauiUIApplicationDelegate
{
protected override MauiApp CreateMauiApp() => MauiProgram.CreateMauiApp();
}