public static extern int vorbis_synthesis(ref vorbis_block vb, ref ogg_packet op);
public static extern int vorbis_commentheader_in(ref vorbis_info vi, ref vorbis_comment vc, ref ogg_packet op);
public static extern long vorbis_packet_blocksize(ref vorbis_info vi, ref ogg_packet op);
public static extern bool vorbis_synthesis_idheader(ref ogg_packet op);