tinycompress
tinycompress copied to clipboard
The Advanced Linux Sound Architecture (ALSA) - tinycompress
Add SPDX tags and remove the license text, Also adds SPDX tags to files which have this missing
Have there been discussions about adding support for (E)AC3, DTS, and MPEG-H? These days, 3D Audio is a use case where the Compress-Offload API is useful. It therefore would make...
Similar with `aplay -l` we need an option to list compress devices. `cplay -l`.
I just tried to compile tinycompress with the new C compiler clang-14. It said: cplay.c:153:34: warning: & has lower precedence than !=; != will be evaluated first [-Wparentheses] Source code...
I have compiled the program and when I run the `cplay` script I get an error: ```shellsession andres6936@Tierra ~/CLionProjects/tinycompress-master/src/utils $ cplay TestAudio.mp3 Error: Can't find sync word ``` I have...