Skip to content

BERNARDO31P/WavProcessor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WavProcessor

WavProcessor is a tool designed for DJs who encounter issues with certain WAV files not playing on CDJs due to the 0xFFFE header. This application processes WAV files to correct this header, ensuring compatibility with a wide range of audio equipment.

The bitrate and the sample rate aren't touched at all. You'll be able to play the full audio quality without ANY loss!

How to Use

It's recommended to backup your songs as I'm still testing.

  1. Download and Run: Download the executable from the Releases page and run it.
  2. Select Folder: Click the "Select Folder" button and choose the directory containing your WAV files.
  3. Processing: The application will process all WAV files in the selected directory and its subdirectories.
  4. Completion: Once processing is complete, a status message will indicate that the task is finished.

Direct downloads

And if none of the above work, here's a Terminal version of the program: TerminalUI

Building from Source

  1. Clone the Repository:

    git clone https://github.com/yourusername/wav-processor.git
    cd wav-processor
  2. Open the Project: Open the project in Visual Studio.

  3. Build the Project: Build the solution to generate the executable.