Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 278 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 278 Bytes

audiokit

Audio toolkit with python

Build docker image

docker build -t sidecus/audiokit ./ 

Run docker image - mounting data folder

docker run -it --rm -v $HOME/audiodata:/data sidecus/audiokit
speex_decode /data/input.speex /data/output.wav