I suspect that the problem is that you are not (in your "FramedSource"
subclass) setting "fDurationInMicroseconds" before delivering each chunk of PCM
data (to your downstream "uLawFromPCMAudioSource" filter). Before completing
the delivery (i.e., before calling "FramedSource::afterGetting()"),
Greetings,
I'm trying to stream uLaw audio from our ios-app to an arm based board
via RTP. I've been following testWAVAudioStreamer and using
uLawFromPCMAudioSource except that I'm getting the audio data from a
call back that's sent from an AudioQueue (ios) instead of from file.
Basically streamin