hoangtuansu
Lurker
Hi,
I'm not sure if it's right to ask but I really don't know which kind of codec is supported by Android. I'm confused quite a little when took a look at Android Supported Media Formats | Android Developers
In Java, there's AudioFormat class to determine the codec of sent audio, but I wonder whether it's the right one. Those are ALAW, ULAW, PCM_SIGNED and PCM_UNSIGNED. I use this class to create an audioformat object for a RtpStreamSender, but my application on Android can't understand those packets.
Can anyone experience on this? Or it's really good if a sample source code is available.
Thanks,
HTS
I'm not sure if it's right to ask but I really don't know which kind of codec is supported by Android. I'm confused quite a little when took a look at Android Supported Media Formats | Android Developers
In Java, there's AudioFormat class to determine the codec of sent audio, but I wonder whether it's the right one. Those are ALAW, ULAW, PCM_SIGNED and PCM_UNSIGNED. I use this class to create an audioformat object for a RtpStreamSender, but my application on Android can't understand those packets.
Can anyone experience on this? Or it's really good if a sample source code is available.
Thanks,
HTS