Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 676 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 676 Bytes

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