Package-level declarations

Sound annotation APIs.

Types

Link copied to clipboard
The encoding format for the audio samples data.
Link copied to clipboard
open class AudioExtractor
Extracts audio from media files into EmbeddedAudioSource that is usable for creating SoundAnnotation.
Link copied to clipboard
Represents a source of audio data that can be embedded inside a SoundAnnotation.
Link copied to clipboard
class WavWriter(audioData: ByteArray, sampleRate: Int, sampleSize: Int, channels: Int, audioDataByteOrder: ByteOrder = ByteOrder.BIG_ENDIAN)

Allows you to write wav files from audio data. Comes with a handy constructor for SoundAnnotations.