Skip to content

A sbc encode/decode library migrated from [bluez project](http://www.bluez.org/sbc-13/).

Notifications You must be signed in to change notification settings

klaberte/sbc-windows

 
 

Repository files navigation

sbc windows

A sbc encode/decode library migrated from bluez project.

Compilation Trick

To avoid compilation issues, you should better switch compiler to c++ mode.

.snd & .wav file format

They are nearly same except header region and data endian.

  • .snd header size is 24 bytes.
  • .wav header size is 44 bytes.
  • .snd data region is in Big-Endian.
  • .wav data region is in Little-Endian.

Reference

To be continued ...

About

A sbc encode/decode library migrated from [bluez project](http://www.bluez.org/sbc-13/).

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 52.4%
  • C++ 35.5%
  • Objective-C 12.1%