getAudioDataAsync

open fun getAudioDataAsync(): Maybe<Array<Byte>>

Returns audio data from the annotation, asynchronously.

Return

Maybe emitting byte array with raw audio data with getAudioEncoding encoding and Big-endian byte order. Empty/error events are emitted when audio data could not be read or the annotation is not attached to the document.