Skip to content

VOIP audio convert tool for FreeSwitch mod_native_file

Notifications You must be signed in to change notification settings

ittia-research/audio-convert

Repository files navigation

Audio Convert

  1. Docker image packed with audio convert software for VOIP, general audio convert, etc.
  2. Scripts for related tasks.

Todo

  • freeswitch_audio_prepare.sh accept folder path as argument

Components

Converter

  • astconv
  • ffmpeg
  • sox

Commands

Build docker image:

docker build \
  --no-cache \
  --pull \
  -t audio-convert .

Save docker image: docker save audio-convert | gzip > audio-convert.tar.gz

References