This commit is contained in:
wangjiyu 2025-05-03 23:03:33 +08:00
parent b6a33bcfbd
commit f5840b46d2
1 changed files with 0 additions and 5 deletions

View File

@ -7,11 +7,6 @@
namespace py = pybind11;
#include "util/RTCContext.h"
// 提供转换接口
void** get_numpy_api() {
return (void**)RTC_PLUGINS_ARRAY_API;
}
// 初始化 NumPy适配 pybind11
void init_numpy() {
if (import_array() < 0) {