compress

fun compress(data: IntArray, lengthInBits: Int): ImmutableLongArray

Compresses the given ints into a long array, at the given lengthInBits bitrate.

lengthInBits must be at least 1