Skip to content
This repository has been archived by the owner on Dec 5, 2022. It is now read-only.
/ pVoice Public archive

Mumble voice chat using FiveM's murmur implementation

License

Notifications You must be signed in to change notification settings

PichotM/pVoice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pVoice

Mumble voice chat using FiveM's murmur implementation

WARNING: THIS IS NOT MEANT FOR USE YET, IT REQUIRES A MISSING LIBRARY

Config file

Do not copy paste this, comments are not supported by JSON

{
    "debug": false, // Toggle logs
    "switchModeDefaultKey": "f6", // to switch voice mode
    "use3dAudio": true, // use fivem's mumble 3d audio
    "useSendingRangeOnly": true, // use fivem's sending range ony
    "phrases": { // to translate
        "switchVoiceMode": "Switch voice mode",
        "switchModeNotif": "The intensity of your voice has been set on mode:"
    },
    "voiceModes": [ // supported voices modes
        { "name": "Whisper", "distance": 4 },
        { "name": "Normal", "distance": 10 },
        { "name": "Yell", "distance": 20 }
    ]
}

Requirements

  • FiveM Server
  • pVoice

About

Mumble voice chat using FiveM's murmur implementation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages