libilbc icon indicating copy to clipboard operation
libilbc copied to clipboard

Packaged version of iLBC codec from the WebRTC project

Results 8 libilbc issues
Sort by recently updated
recently updated
newest added

My **ENV**: ```bash ➜ ~ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 22.04.4 LTS Release: 22.04 Codename: jammy ➜ ~ gcc --version gcc (Ubuntu 12.3.0-1ubuntu1~22.04)...

The USE_RESULT macro can be an attribute, given recent enough gcc. Those have to come first, otherwise the signature is invalid.

I am encountering an issue with playing an iLBC-encoded audio file. I have a piece of code that performs iLBC encoding and decoding on an input audio file. The code...

https://github.com/TimothyGu/libilbc/compare/v3.0.4...main shows +340 commits since last release which was +2 years ago. Do you have any plans to release new version? 🤔

I want know that does chrome support ilbc and opus now?

How I tested: * built ffmpeg with libilbc enabled * obtained a sample file from https://web.archive.org/web/2016*/http://www.andrews-corner.org/samples/luckynight.lbc * converted it to wav using ffmpeg on ia64 host * compared to file...

https://github.com/TimothyGu/libilbc/blob/6adb26d4a4e159cd66d4b4c5e411cd3de0ab6b5e/CMakeLists.txt#L53-L64 override toolchain settings. Please stop this! Compiler flags like these don't belong into the `CMakeLists.txt` you either have a toolchain, preset or simply pass those via the cmd line.

When trying to build using CMake 3.9.6 it will fail because it does not recognize the HOMEPAGE_URL in the project() command in CMakeLists.txt. Recommendation is to either update cmake_minimum_required to...