Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 328 Bytes

readme.md

File metadata and controls

17 lines (10 loc) · 328 Bytes

opusgap

Converts WAV to perfectly gapless Opus.

It works, but it's not configurable and it doesn't support many formats.

Usage

There are no command-line options.

Try ls *.wav | ./opusgap in a Unix-like shell.

Try dir /b *.wav | opusgap in Command Prompt.

Try ls -Name *.wav | .\opusgap in PowerShell.