createFormat

@NotNull
abstract fun createFormat(stereo: Boolean): @NotNull AudioFormat

Creates an audio format with a fixed sample size of 16 bits.

Return

An AudioFormat.

Parameters

stereo

Whether the audio is in stereo or mono.