//sorisdk/com.iplateia.afplib/AfpGenerator/setAudioParams
setAudioParams
[androidJvm]
fun setAudioParams(rate: Int, nchannels: Int, nsamplebytes: Int)
Sets audio parameters for recording.
Parameters
androidJvm
rate | The sample rate in Hz. |
nchannels | The number of audio channels. |
nsamplebytes | The number of bytes per audio sample. |