Packing Speex with Ogg on iOS
问题 I'm using libogg and libogg, I've succeeded to add those libraries to my iPhone xCode project and encode my voice with Speex. The problem is that I cannot figure out how to pack those audio packet with ogg. Does someone know how a packet of that kind should look like or have a reference code I can use. I know in Java it's pretty simple (you have a dedicated function for that) but not on iOS. Please help. 回答1: UPD 10.09.2013: Please, see the demo project, which basically takes pcm audiodata