.NET SDK Documentation

    Show / Hide Table of Contents

    Class AudioReceivedEventArgs

    Audio received event args

    Inheritance
    Object
    EventArgs
    AudioReceivedEventArgs
    Inherited Members
    EventArgs.Empty
    Namespace: Anki.Vector.Events
    Assembly: Anki.Vector.dll
    Syntax
    public class AudioReceivedEventArgs : EventArgs

    Properties

    | Improve this Doc View Source

    AudioData

    Gets the audio data.

    public byte[] AudioData { get; }
    Property Type
    Byte[]
    | Improve this Doc View Source

    DirectionStrengths

    Gets the histogram data of which directions this audio chunk came from

    public byte[] DirectionStrengths { get; }
    Property Type
    Byte[]
    | Improve this Doc View Source

    GroupId

    Gets the index of audio feed response

    public uint GroupId { get; }
    Property Type
    UInt32
    | Improve this Doc View Source

    NoiseFloorPower

    Gets the power value, convert to db with log_10(value)

    public uint NoiseFloorPower { get; }
    Property Type
    UInt32
    | Improve this Doc View Source

    RobotTimestamp

    Gets the robot timestamp at the transmission of this audio sample group

    public uint RobotTimestamp { get; }
    Property Type
    UInt32
    | Improve this Doc View Source

    SourceConfidence

    Gets the accuracy of the calculated SourceDirection

    public uint SourceConfidence { get; }
    Property Type
    UInt32
    | Improve this Doc View Source

    SourceDirection

    Gets the source direction; 0-11 with 12 representing "invalid"

    public uint SourceDirection { get; }
    Property Type
    UInt32

    See Also

    EventArgs
    • Improve this Doc
    • View Source
    Back to top Copyright (c) 2019 by Wayne Venables