Pergunta

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

Foi útil?

Solução

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

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top