Skip to content

Sergeanur/XboxADPCM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Xbox ADPCM Converter

Join Discord

Support Author Help Ukraine

A tool for converting WAV files from Xbox ADPCM to PCM and vice versa.

Usage

XboxADPCM input_file [output_file]

It automaticly detects the converting mode. For example, if input file is PCM format, the output file will be Xbox ADPCM format.

Changelog

Version 1.2

  • WAV reader updated to support files with uncommon chunk order

Version 1.1

  • IMA ADPCM implementation rewritten
  • Code refactored using C++ 17 features
  • Magic numbers now replaced with enums
  • Added support of wide/unicode file names
  • Removed use of Windows.h types - BYTE, WORD, DWORD
  • Removed dependency on Visual C++ Redistributable

Version 1.0

  • Original release

About

A tool for converting WAV files from Xbox ADPCM to PCM and vice versa.

Topics

Resources

Stars

Watchers

Forks

Sponsor this project

Packages

No packages published

Languages