AudioData class abstract

AudioData result of fetching and demuxing an Alexa transformed speech mp3

Annotations
  • @anonymous
  • @JS()

Constructors

AudioData({dynamic audioBuffer, List<SpeechMark> speechMarks})
factory

Properties

audioBuffer ↔ dynamic
The demuxed mp3 audio ArrayBuffer (no embedded speech marks)
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
speechMarks List<SpeechMark>
The collection of speech marks from the mp3
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited