Class AudioReceivedEventArgs
Audio received event args
Inherited Members
Namespace: Anki.Vector.Events
Assembly: Anki.Vector.dll
Syntax
public class AudioReceivedEventArgs : EventArgs
Properties
| Improve this Doc View SourceAudioData
Gets the audio data.
public byte[] AudioData { get; }
Property Type
Byte[] |
DirectionStrengths
Gets the histogram data of which directions this audio chunk came from
public byte[] DirectionStrengths { get; }
Property Type
Byte[] |
GroupId
Gets the index of audio feed response
public uint GroupId { get; }
Property Type
UInt32 |
NoiseFloorPower
Gets the power value, convert to db with log_10(value)
public uint NoiseFloorPower { get; }
Property Type
UInt32 |
RobotTimestamp
Gets the robot timestamp at the transmission of this audio sample group
public uint RobotTimestamp { get; }
Property Type
UInt32 |
SourceConfidence
Gets the accuracy of the calculated SourceDirection
public uint SourceConfidence { get; }
Property Type
UInt32 |
SourceDirection
Gets the source direction; 0-11 with 12 representing "invalid"
public uint SourceDirection { get; }
Property Type
UInt32 |