rlm@8: service AUDIOPROCESSORRRR rlm@8: { rlm@8: server sw (cpp, method) <- hw (bsv, connection) rlm@8: { rlm@8: method SendProcessedStream (in UINT32[32] ctrl, in UINT32[32] sample); rlm@8: }; rlm@8: rlm@8: server hw (bsv, connection) <- sw (cpp, method) rlm@8: { rlm@8: method SendUnprocessedStream (in UINT32[32] ctrl, in UINT32[32] sample); rlm@8: }; rlm@8: rlm@8: rlm@8: };