Is there any library to get audio data in vorbis format with AVCaptureSession in iPhone?

StackOverflow https://stackoverflow.com/questions/16663246

سؤال

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