View Source ExAzureSpeech.Common.BitUtils (ex_azure_speech v0.2.2)
Provides utility functions for working with binary data.
Summary
Functions
Split a binary into chunks of size n
.
Functions
@spec chunks(binary(), non_neg_integer()) :: [binary()]
Split a binary into chunks of size n
.