6 releases
0.1.5 | Jan 8, 2025 |
---|---|
0.1.4 | Dec 10, 2024 |
0.1.3 | Nov 28, 2024 |
#503 in Audio
228 downloads per month
2MB
341 lines
WavUp
This is a simple tool to convert audio files to WAV format.
-
The formats supported are
caf
,isomp4
,mkv
,ogg
,aiff
,wav
. -
The codecs supported are
aac
,adpcm
,alac
,flac
,mp1
,mp2
,mp3
,pcm
,vorbis
.
Usage
wasmedge --dir .:. ./target/wasm32-wasip1/release/wavup.wasm \
--input ./audio/mono_ch_audio.mp3 \
--out-file output.wav
# or using short forms:
wasmedge --dir .:. ./target/wasm32-wasip1/release/wavup.wasm -i audio/mono_ch_audio.mp3 -o output.wav
Dependencies
~9.5MB
~235K SLoC