GitHunt

SOXE

Build Status
Codecov
License: LGPL 2.1
Hex

Sox Erlang library to (firstly and mainly) convert files between formats. In a very early version this library only do conversions.

soxe:start(),
soxe:convert("audio.wav", "audio.mp3").

Or to get information about the file:

soxe:info("audio.mp3").
#soxe_info{filename = "audio.mp3",bitrate = 44100,
           channels = 2,encoding_text = "MPEG audio",encoding_id = 22,
           audio_length = 36170380,duration = 410}

NOTE: the sox library is required and all the codecs you want to use for conversion (for example, mp3lame, ffmpeg, ...).

Languages

C50.3%Erlang45.3%Makefile4.3%

Contributors

GNU Lesser General Public License v2.1
Created March 24, 2015
Updated January 27, 2023