Skip to main content

SpeechTransformGagGarble

Callable

  • SpeechTransformGagGarble(text: string, intensity: number, ignoreOOC?: boolean): string

  • The core of the speech garble function, usable without being tied to a specific character


    Parameters

    • text: string

      The string to transform

    • intensity: number

      The intensity of the transform

    • ignoreOOC: boolean = false

      Whether to apply over OOC or not

    Returns string