Hi folks!
I have a wave file containing a sound in a-law format (8khz, 8-bit). I need to load this file and to stream this via UDP/RTP to a receiver.
I have absolutely no idea how to achive this. Any hints?
Thanks a lot!
Hi folks!
I have a wave file containing a sound in a-law format (8khz, 8-bit). I need to load this file and to stream this via UDP/RTP to a receiver.
I have absolutely no idea how to achive this. Any hints?
Thanks a lot!
For a start, I would try:
inject -> read file (return a buffer) -> UDP out (or UDP request)
sure, but the wav file has its own format, header etc. and I need the alaw coded data packed in a RTP Packet to send it out via UDP.
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.