/wewa

🎶 Command line tool to convert from webm to wav

Primary LanguageRust

wewa

CI .github/workflows/release.yml

Description

wewa converts webm audio files to wav audio files. wewa is a very simple command to execute.

Usage

To convert a single file, execute the following command:

wewa sample.webm

To convert all webm files in the current directory, execute the following command:

# Short option
wewa --all

# Long option
wewa -a