A voice plugin for the Athena Framework compatible with 4.0.0
of the Athena Framework.
- Open a command prompt in your main Athena Directory.
- Navigate to the plugins folder.
cd src/core/plugins
- 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
- Ensure that settings are setup for voice in your production configuration.
"voice": {
"bitrate": 64000,
"externalSecret": null,
"externalHost": null,
"externalPort": null,
"externalPublicHost": null,
"externalPublicPort": null
}
- Start the Server