AudioUtils

object AudioUtils

Properties

Link copied to clipboard
const val ADTS_SIZE: Int = 7

Functions

Link copied to clipboard
fun createAdtsHeader(type: Int, length: Int, sampleRate: Int, channels: Int): ByteBuffer
Link copied to clipboard
fun getFrequency(sampleRate: Int): Int