wewa converts webm audio files to wav audio files. wewa is a very simple command to execute.
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