Commit Graph

12 Commits

Author SHA1 Message Date
Antoine Soulier
e54cdeb9f0 README: Add wasm compilation 2024-03-27 11:01:57 -07:00
Eli Schwartz
3f05fcb8f2 python bindings: build/install via integrated meson support
The meson build system has builtin support for python packaging, and
unlike hatchling it is spec-compliant. Additionally, meson is already
responsible for building the shared library itself, which the python
build backend can then distribute inside the wheel. This allows shipping
a wheel that can find its own liblc3.so via ctypes and doesn't require
passing paths to the library around, nor to install both separately and
hope that this works.
2024-02-27 14:36:26 -08:00
Antoine Soulier
2e655459eb make: Add hidden GNU visibility, and enable LTO 2024-02-20 17:03:52 -08:00
Antoine Soulier
8e0bd81fe4 python: Add python library wrapper 2024-01-30 14:06:48 -08:00
Antoine Soulier
834826c9d7 make: switch to shared object library 2024-01-09 10:43:04 -08:00
Antoine Soulier
125c682696 Documents LC3 Plus feature 2023-12-28 10:16:57 -08:00
Antoine Soulier
7552605dd0 Add conformance reports 2023-09-29 15:45:02 -07:00
Antoine Soulier
3b23884611 readme: Add Bluetooth qualification ID 2023-07-07 11:04:14 -07:00
Antoine Soulier
f5223713a0 readme: Add few words on fuzzing 2023-07-07 10:55:20 -07:00
Antoine SOULIER
36ecf25881 readme: Add link to listening test 2022-06-15 16:20:53 +02:00
Kiran K
9405f98d00 build: Add meson build system 2022-06-10 14:35:13 +05:30
Antoine SOULIER
064108b972 First release 2022-04-11 15:41:45 +02:00