I wrote code to stream audio as simple as the following. If no callback is registered (part **) this code works fine. But there is no sound when the callback function is registered. I would like to register a play callback to preprocess the streamed data. How to register a callback function can be f...