c - How can I determine the length, in seconds, of a Vorbis stream? -


how can determine length, in seconds, of ogg vorbis stream libvorbis and/or libvorbisfile?

as far can tell, there's nothing in vorbis_info structure tells me length of stream.

using lower level api, can ov_time_total.


Comments

Popular posts from this blog

python - Creating a new virtualenv gives a permissions error -

facebook - android ACTION_SEND to share with specific application only -

go - Idiomatic way to handle template errors in golang -