WavFileFormat

class WavFileFormat(buffer: ByteArray)

Wav file format representing the specification of the WAV file that is saved in its metadata header.

Parameters

buffer

from which the format data is read

Constructors

WavFileFormat
Link copied to clipboard
fun WavFileFormat(buffer: ByteArray)

Functions

toString
Link copied to clipboard
open override fun toString(): String

Properties

blockAlign
Link copied to clipboard
val blockAlign: Int
bytesPerSample
Link copied to clipboard
val bytesPerSample: Int
floatOffset
Link copied to clipboard
val floatOffset: Float
floatScale
Link copied to clipboard
val floatScale: Float
numChannels
Link copied to clipboard
val numChannels: Int
sampleRate
Link copied to clipboard
val sampleRate: Long