Sound-Linux-More / srla

Svr-fiR Lossless Audio codec

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

eclint C/C++ CI Repo size License

SRLA

aka Soleil Rising Lossless Audio codec

How to build

Requirement

Build SRLA Codec

git clone https://github.com/aikiriao/SRLA.git
cd SRLA/tools/srla_codec
cmake -B build
cmake --build build

Usage

SRLA Codec

Encode

./srla -e INPUT.wav OUTPUT.srl

you can change compression mode by -m option. Following example encoding in maximum compression (but slow) option.

./srla -e -m 5 INPUT.wav OUTPUT.srl

Decode

./srla -d INPUT.srl OUTPUT.wav

License

MIT

About

Svr-fiR Lossless Audio codec

License:MIT License


Languages

Language:C 65.1%Language:C++ 29.6%Language:CMake 5.3%