Example #1
0
 [DllImport(LibraryName, ExactSpelling = true)] public static extern int vorbis_synthesis_read(vorbis_dsp_state *v, int samples);
Example #2
0
 [DllImport(LibraryName, ExactSpelling = true)] public static extern int vorbis_synthesis_blockin(vorbis_dsp_state *v, vorbis_block *vb);
Example #3
0
 [DllImport(LibraryName, ExactSpelling = true)] public static extern int vorbis_synthesis_lapout(vorbis_dsp_state *v, float ***pcm);
Example #4
0
 [DllImport(LibraryName, ExactSpelling = true)] public static extern int vorbis_synthesis_init(vorbis_dsp_state *v, vorbis_info *vi);
Example #5
0
 [DllImport(LibraryName, ExactSpelling = true)] public static extern int vorbis_synthesis_restart(vorbis_dsp_state *v);
Example #6
0
 [DllImport(LibraryName, ExactSpelling = true)] public static extern int vorbis_analysis_blockout(vorbis_dsp_state *v, vorbis_block *vb);
Example #7
0
 [DllImport(LibraryName, ExactSpelling = true)] public static extern int vorbis_bitrate_flushpacket(vorbis_dsp_state *vd, ogg_packet *op);
Example #8
0
 [DllImport(LibraryName, ExactSpelling = true)] public static extern int vorbis_analysis_wrote(vorbis_dsp_state *v, int vals);
Example #9
0
 [DllImport(LibraryName, ExactSpelling = true)] public static extern float **vorbis_analysis_buffer(vorbis_dsp_state *v, int vals);
Example #10
0
 [DllImport(LibraryName, ExactSpelling = true)] public static extern int vorbis_analysis_headerout(vorbis_dsp_state *v, vorbis_comment *vc, ogg_packet *op, ogg_packet *op_comm, ogg_packet *op_code);
Example #11
0
 [DllImport(LibraryName, ExactSpelling = true)] public static extern double vorbis_granule_time(vorbis_dsp_state *v, long granulepos);
Example #12
0
 [DllImport(LibraryName, ExactSpelling = true)] public static extern void vorbis_dsp_clear(vorbis_dsp_state *v);