Skip to content
forked from opcode81/wir2wav

a simple tool for the conversion of .wir impulse response files into standard PCM .wav files

License

Notifications You must be signed in to change notification settings

swindus/wir2wav

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

wir2wav

wir2wav is a simple tool for the conversion of .wir impulse response files into standard PCM .wav files.

Usage

Simply run wir2wav.py with Python 3 (no additional packages required).

The script will recursively search for .wir files in the current working directory and convert them to .wav files, storing the .wav files next to the original .wir file.

Exported Channels

.wir files may contain more than a (true) stereo stream. If an additional mono channel is present, it will be dropped in the exported .wav file.

About

a simple tool for the conversion of .wir impulse response files into standard PCM .wav files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%