Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Speex.EncoderSourceOpaque type for the speex encoder.
encode_page encoder stream f: calls f to get audio data and encode it until a page is ready. * * Known issue: float expected values seem not to be in -1..1 but in * -32768..32767 which does not seem to be correct.
Same as encode_page except that it encodes stereo data into mono.
Same as encode_page but using integers.
val encode_page_int_stereo :
t ->
Ogg.Stream.stream ->
(unit -> int array array) ->
Ogg.Page.tSame as encode_page_stereo but using integers.
Set the end of stream for this stream.