How do I play PCM data frame by frame?
| Thu, 2005-04-28 15:51 | |
|
How do I play PCM data frame by frame? I mean not play PCM file. For example, I have one second audio data, 8000 samples. Every time, 200 samples are stored in a buffer, then I play the audio data stored in a buffer. When the play is complete, i will write new data into the buffer and play it. How can I realize it? Thanks a lot!
![]() |
|







Forum posts: 3
CMdaAudioOutputStream ?
/Alex
Forum posts: 2
Yes, you can use the CMdaAudioOutputStream class in order to reproduce streaming samples.
Diego
dacosta51