Burnett01 / pxd-to-wav

Simple PXD-TO-WAV converter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Simple PXD-TO-WAV converter

License:GNU General Public License v3.0


Languages

Language:C++ 95.4%Language:C 4.6%