M
Manuel Weichselbaumer
Guest
I'm developing a custom Audio Processing Object (APO) which is up and running and I can debug it by attaching to audiodg.exe.
What I would like to achieve is to do some networking within the APO (sending out UDP packets). All this works when running my code in a test application, but networking does not seem to work when running my code as APO within the context of audiodg.exe.
I can successfully debug to the point where I call "sendto()" which returns correctly, but the packets are never received on target host. How comes? Is networking disabled for audiodg.exe or APOs in general?
How can I work around this?
Thanks a lot!
Continue reading...
What I would like to achieve is to do some networking within the APO (sending out UDP packets). All this works when running my code in a test application, but networking does not seem to work when running my code as APO within the context of audiodg.exe.
I can successfully debug to the point where I call "sendto()" which returns correctly, but the packets are never received on target host. How comes? Is networking disabled for audiodg.exe or APOs in general?
How can I work around this?
Thanks a lot!
Continue reading...