A small program for editing PAYDAY 3's audio files.
Converts the audio file to WAV, 16 bit signed little-endian using ffmpeg, then converts that WAV file to WEM using wwise_pd3, and then finally replaces the ubulk file with that WEM, and edits the uexp file to have the size value that's inside the json file (fixes corrupted, glitchy audio).
The program will prompt you where you want to save converted files.
Also has the option to pack files for you using repak if you wish.
Dependencies:
This tool requires ffmpeg to be installed on your system and added to PATH.
You may install ffmpeg here.
You can check it is installed correctly by opening command prompt and typing ffmpeg
This tool requires .json, .uasset, .uexp, .ubulk files + a (.wav/.mp3/.ogg/.flac/.aiff/.wma/.m4a/.aac/.opus) file for conversion.
This tool requires repak.exe if you want to use the Pack Files tab.