libwave
libwave copied to clipboard
A simple C library for reading/writing PCM wave (.wav) files
- `__BYTE_ORDER__` evaluated to also work with gcc ARM (cross) compiler, for example - Usage of preprocessor macros improved; could now be compiled w/o warnings with '-Wundef' - Fixed compiler...
OS info: ``` DISTRIB_ID=Ubuntu DISTRIB_RELEASE=20.04 DISTRIB_CODENAME=focal DISTRIB_DESCRIPTION="Ubuntu 20.04.4 LTS" NAME="Ubuntu" VERSION="20.04.4 LTS (Focal Fossa)" ID=ubuntu ID_LIKE=debian PRETTY_NAME="Ubuntu 20.04.4 LTS" VERSION_ID="20.04" HOME_URL="https://www.ubuntu.com/" SUPPORT_URL="https://help.ubuntu.com/" BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" VERSION_CODENAME=focal UBUNTU_CODENAME=focal ``` build steps: ```...
I would like to report a potential security issue privately, but it is not clear how to do that as the repository has neither a SECURITY.md nor any obvious contact...
The version number could be useful when programming with the library, to display it on the usage of a tool by example. Version number (major, minor, patch) can be on...
I am getting this error while including to my project. I want to use this library with my ESP32S3 I am using espidf sdk for ESP32S3. please suggest how can...