Skip to content

A library for decoding audio in Sony's LDAC format

Notifications You must be signed in to change notification settings

mringwal/libldacdec

 
 

Repository files navigation

LDAC decoder

this is an early stage, jet functional LDAC audio stream decoder.

Shout-out to @Thealexbarney for the heavy lifting. LDAC is basically a stripped down, streaming only ATRAC9.

Build

$ make

Usage

see ldacdec.c for example usage

ldacdec

takes an LDAC stream and decodes it to WAV

ldacenc

uses Android LDAC encoder library to create LDAC streams from audio

Fork notes

Replace Linux-only Makefile with portable Automake system.

$ ./bootstrap.sh
$ ./configure
$ make

About

A library for decoding audio in Sony's LDAC format

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 97.8%
  • C++ 1.2%
  • Other 1.0%