Skip to content

Athena-Roleplay-Framework-v4/athena-plugin-voice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Athena Plugin - Voice

A voice plugin for the Athena Framework compatible with 4.0.0 of the Athena Framework.

Installation

  1. Open a command prompt in your main Athena Directory.
  2. Navigate to the plugins folder.
cd src/core/plugins
  1. Copy the command below.

SSH

git clone git@github.com:Athena-Roleplay-Framework/athena-plugin-voice.git

HTTPS

git clone https://github.com/Athena-Roleplay-Framework/athena-plugin-voice
  1. Ensure that settings are setup for voice in your production configuration.
"voice": {
    "bitrate": 64000,
    "externalSecret": null,
    "externalHost": null,
    "externalPort": null,
    "externalPublicHost": null,
    "externalPublicPort": null
}
  1. Start the Server