https://github.com/opcode81/wir2wav
a simple tool for the conversion of .wir impulse response files into standard PCM .wav files
https://github.com/opcode81/wir2wav
Last synced: about 1 year ago
JSON representation
a simple tool for the conversion of .wir impulse response files into standard PCM .wav files
- Host: GitHub
- URL: https://github.com/opcode81/wir2wav
- Owner: opcode81
- License: mit
- Created: 2020-09-04T19:44:53.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-11-24T12:36:50.000Z (over 4 years ago)
- Last Synced: 2025-03-25T14:51:20.369Z (about 1 year ago)
- Language: Python
- Size: 3.91 KB
- Stars: 47
- Watchers: 3
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.