Hi,
I am working on audio streaming for Nokia 6630 in Symbian 8.0. I am trying to convert the PCM samples to AMR using the following code:
// Uid of PCM16toAMR codec is 0x101FAF68
CMMFCodec*...
Type: Posts; User: kavijohn; Keyword(s):
Hi,
I am working on audio streaming for Nokia 6630 in Symbian 8.0. I am trying to convert the PCM samples to AMR using the following code:
// Uid of PCM16toAMR codec is 0x101FAF68
CMMFCodec*...
Thanks yucca for ur response.
I have included the following:
mmf\server\mmfcodec.h
mmf\server\mmfdatabuffer.h
mmf\plugin\mmfcodecimplementationuids.hrh
and the Library:
MMFServerBaseClasses.lib...
Hi,
I am trying to implement audio streaming in Nokia 6630 using symbian 8.0. I could do it successfully for PCM format. Now I want to convert the data to AMR.
I found this piece of code in one of...
Hi,
I am trying to implement audio streaming for Nokia 6630 which uses Symbian 8.0. I could record and play successfully in PCM format. But now I need to change the format to AMR. I am using the...