debug
This commit is contained in:
parent
826521ed83
commit
7ee951c2a5
|
@ -105,6 +105,7 @@ int sendCustomAudioData(const int16_t destChannelIndex, py::object pD, int32_t s
|
|||
}
|
||||
|
||||
BOOST_PYTHON_MODULE(rtc_plugins) {
|
||||
import_array();
|
||||
py::def("init", &init);
|
||||
py::def("initRecv", &initRecv);
|
||||
py::def("initSend", &initSend);
|
||||
|
|
Loading…
Reference in New Issue