speex_bits_unpack_signed

Function speex_bits_unpack_signed 

Source
pub unsafe extern "C" fn speex_bits_unpack_signed(
    bits: *mut SpeexBits,
    nbBits: c_int,
) -> c_int
Expand description

Interpret the next bits in the bit-stream as a signed integer

@param bits Bit-stream to operate on @param nbBits Number of bits to interpret @return A signed integer represented by the bits read