Skip to content
This repository has been archived by the owner on Jul 17, 2024. It is now read-only.

Burnett01/pxd-to-wav

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

No longer maintained!

The converter in this repository does not work on Windows 10, thus the code will remain for educational purpose only.

Please head over to https://github.com/paator/PXDConverter to use a Windows <> 10 compilant version.


pxd-to-wav

PXD to WAV converter

DLL link: https://1drv.ms/u/s!Aoi5JP1ZB3HGqlXjlJIsoyoflNcG

Instructions

In order to run the program, simply clone my project and open it in Visual Studio, I used Visual Studio 14 back then. Once you have access to the project in Visual Studio, open the pxd_to_wav.cpp file and edit the paths to your audio files:

See here:

char *PXD = "C:\\PATH_TO_PXD.pxd";

Run/Compile the program and that's pretty much it.