DbkExtractor

DbkExtractor is a small utility to extract wav-data from backup-files created by the hard disk recorder KORG D3200 and possible other KORG products.

With this program you can extract all the soundfiles from your D3200 song and continue to edit them in your DAW.

Downloads

I originally made the program in Java, but as an exercise I reimplemented it for .NET, with C#. For Windows-users who doesn't have a Java-Runtime installed it may be easier to try the .NET version.

    .NET-version

     Java-version 

For this you need a Java-Runtime. Go here to download. Download Java Runtime Environment (JRE) 6.

Running the program

On Windows start DbkExtractor.exe to Run. Other platform may run it by double clicking on DbkExtractor.jar or start it with the command 

java -jar DbkExtractor.jar

it may need more memory for large files because it reads the first 16-bits of each file in memory, before it reads the other 16-bits of the 32-bit internal format. So possible start it with a parameter to java to increase the maximum heapsize:

java -mx512m -jar DbkExtractor.jar

Choose a .dbk-file and optionally uncheck the soundfiles you don't want to extract. You may set the folder to extract the soundfiles to if it is different from the folder the .dbk-file is in.

Start the extraction by clicking "Extract Data" 

The soundfiles will be stored as 24bit wav-files in the choosen folder.