Member Junction
    Preparing search index...

    A real, two-way IDiscordVoiceSdk over a native Discord voice addon (Opus send + receive).

    Gives the agent both hearing (per-user inbound audio → diarized DiscordAudioFrames) and a voice (sendAudioFrame → the native audio-player send path), plus working member controls (chat / mute) and roster events. Construct via BindDiscordNative (the factory the bridge's SetSdkFactory wants), not directly, so config resolution + the lazy loader wire consistently.

    Implements

    Index

    Constructors

    Methods

    • Sends one raw PCM frame as the bot's outbound audio — the agent's real voice into the channel, via the native audio-player send path. No-ops (without throwing) before joinVoiceChannel so an early model frame never crashes the session.

      Parameters

      • pcm: ArrayBuffer

        The PCM audio bytes to speak into the channel.

      Returns void