Hi,
How to initialize CMMFDevSound with ulaw(g711) codec? when we use g711, default it takes alaw algorithm.
Thanks
Hi,
How to initialize CMMFDevSound with ulaw(g711) codec? when we use g711, default it takes alaw algorithm.
Thanks
As far as I've been able to find out, SpeechEncConfig only supports AMR codec.
G.711 has its own custom interface (CG711EncoderIntfc) that can be used for this. If our engineer remember correctly, those CI classes used to be part of some older APS (1.0?) release, but they're removed from the current releases (APS still uses them internally).
Hope this helps some,
Ron