Questions tagged [apo]
2 questions
1
vote
1 answer
gRPC stopped working with APO on Windows 11
I have a Windows application (APP) and Audio Processing Object (APO) loaded by AudioDG.exe that communicate via gRPC:
APP part that is written in C# creates server via Grpc.Core.
APO part creates client via grpc++.
Server is on 127.0.0.1:20000 (I…

Dmitry Zhukov
- 1,809
- 2
- 27
- 35
0
votes
0 answers
How to modify the request paramter in controller
I have sending the @requestparama ( playload )in controller now I want to send the encrypted value also like @requestparam (name="name" ) string name)
How to achieve this?
How to achieve this i need to send the those two values

Ramkumar
- 1
- 2