What's the different of \CallBackFunctionSample and \CallBackWindowSample demo? #23
Replies: 3 comments
|
The CallBackWindowSample uses the CALLBACK_WINDOW callbacktype as used in the original C++ sample. This means it will handle all messages from a window using its handle (HWND). The latter uses a callback procedure address to open a device. |
|
But, in these two demo program(CallBackFunctionSample and CallBackWindowSample ), How can I experience the effect of chat. speak to mic and replay to speaker? Is there some code missing? I want to use this demonstration program to write a network real-time voice chat program. Can it be carried out on the basis of these codes? What more work needs to be done? Now, I don't know what demonstration these two programs do. |
|
In the code you should read the comments. The sample is about how to use the ducking features using wav or wasapi, that's up to you, not how to implement the features you want. Writing a complete code on demand is not our goal, sorry, we don't have time for that. |
Uh oh!
There was an error while loading. Please reload this page.
and , how to replay the capture MIC audio to speaker but not discards them ? thank you!
All reactions