Hi All,
Brief description about my application.
I have class to establish the data call and answer the datacall.
I could send the plain text data through data channel.
Now i am trying to send recorded voice through data channel and read voice data from port and play the data.
For playing and recording i have classes and created thread for handling it.
Issue:
Recorder Class: In BufferedTobeEmptied(), Take the CMMFBuffer and Convert into CMMFDataBuffer and write into RComm port using iComm.Write() function.
Player Class: In BufferedTobeFilledfunction(), Read the CMMFDataBuffer using iComm.Read() and try to play the data using PlayData()
I couldn't hear anything at all. Please give me some guidelines.
Thanks,

Reply With Quote

