raspberry pi 上的 Azure 语音 SDK
Azure Speech SDK on raspberry pi
有没有办法在 raspberry pi(ARM 或 ARM64)上使用 linux 或 windows 物联网将语音 SDK 与 C# 结合使用?
最好是 .NET Core。
谢谢
ARM64 仅支持 C++ 和 Java 开发。 C# 和 .NET Core 仅支持 x64。来自 docs:
Currently, we only support Ubuntu 16.04, Ubuntu 18.04, Debian 9, Red
Hat Enterprise Linux (RHEL) 8, and CentOS 8 on the following target
architectures:
- x86 (Debian/Ubuntu), x64, ARM32 (Debian/Ubuntu), and ARM64 (Debian/Ubuntu) for C++ development
- x64, ARM32 (Debian/Ubuntu), and ARM64 (Debian/Ubuntu) for Java
- x64 for .NET Core and Python
有没有办法在 raspberry pi(ARM 或 ARM64)上使用 linux 或 windows 物联网将语音 SDK 与 C# 结合使用? 最好是 .NET Core。 谢谢
ARM64 仅支持 C++ 和 Java 开发。 C# 和 .NET Core 仅支持 x64。来自 docs:
Currently, we only support Ubuntu 16.04, Ubuntu 18.04, Debian 9, Red Hat Enterprise Linux (RHEL) 8, and CentOS 8 on the following target architectures:
- x86 (Debian/Ubuntu), x64, ARM32 (Debian/Ubuntu), and ARM64 (Debian/Ubuntu) for C++ development
- x64, ARM32 (Debian/Ubuntu), and ARM64 (Debian/Ubuntu) for Java
- x64 for .NET Core and Python