I have captured the video frames and converted them into VP8 data using the following code : https://github.com/chris838/vp8-ios.git

I want to capture vorbis audio data according to the VP8 data that is available to me in order to combine the VP8 data and vorbis data to WebM file. Is there any available iOS Library for fetching the Vorbis Data ?

Thanks in advance

有帮助吗?

解决方案

there's ogg or you may find audiolib helpful. there is a link to the ogg source code here

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top