Avatar

Correct answer by
Level 10

Hi,

Speex codec is available with player 10. You can use AudioPublisher's codec property to set the codec

audioPublisher.codec = SoundCodec.SPEEX for Speex or audioPublisher.codec = SoundCodec.NELLYMOSER ; for setting to Nellymoser.

A use of it is partly there in the PeertoPeerRtmfp example. It is advisable that you need to go through the examples and API's first before posting.

Hope this helps.

Thanks

Hironmay Basu

View solution in original post