speex_bits_set_bit_buffer

Function speex_bits_set_bit_buffer 

Source
pub unsafe extern "C" fn speex_bits_set_bit_buffer(
    bits: *mut SpeexBits,
    buff: *mut c_void,
    buf_size: c_int,
)
Expand description

Sets the bits in a SpeexBits struct to use data from an existing buffer (for decoding without copying data)