Domanda

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

È stato utile?

Soluzione

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

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top