Does anyone know how to get the number of bytes played on a SndChannel? I know how to get the number of bytes recorded (as the recording is taking place) but I cannot get the number of bytes played through a SndChannel while the sound is being played. I have tried using a clock component but it seems to only give the time elapsed and keeps 'elapsing' even when the sound has stopped playing. According to the Sound Manager documentation, I am supposed to be able to get the "number of bytes consumed" by the SndChannel using the clock component. I've had no luck. Any help would be appreciated. Thanks in advance.
------------------