- Converts an input file into .wav format while keeping the original file extension and verifying integrity via checksum when decoded.
- Supports optional compression using Snappy
- encoding with compression:
sencode e <file-to-encode> <output_file> c
note: the original file extension is restored during decoding, so you don't need to specify it for the output file
an AUR Package is available
paru -S sound-encode
or
yay -S sound-encode