Skip to content

aikiriao/SRLA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

cb8d00f · Mar 23, 2023

History

47 Commits
Jan 31, 2023
Jan 28, 2023
Mar 23, 2023
Feb 21, 2023
Mar 17, 2023
Feb 21, 2023
Feb 19, 2023
Jan 28, 2023
Jan 28, 2023
Jan 28, 2023
Jan 28, 2023
Jan 28, 2023

Repository files navigation

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