Angelo Haller

Results 15 issues of Angelo Haller

This is an updated version of #380 addressing the concerns raised in that pull request. As can be seen in the README the slider is not consistent across platforms. This...

Add a function to the slider API to modify the slider range after slider creation. This is useful for e.g. media players that reset the range with every track ->...

### System information Type | Version/Name --- | --- Distribution Name | ArchLinux Distribution Version | Linux Kernel | 5.9.1.18.arch1-2 RT (Real Time) Architecture | x86_64 ZFS Version | 0.8.5...

Type: Building

Using ```c #define MINIMP3_FLOAT_OUTPUT mp3dec_ex_open(MP3D_SEEK_TO_SAMPLE); mp3dec_ex_read(); ``` results in float samples that are outside the typical range of `[-1, 1]`. Is this to be expected and to be trimmed/clipped by...

Some poor souls like me need to support cross platform builds. This patch adds support for MSVC and leaves everything else intact. MSVC does not support `__attribute__ ((__packed__))`. Add support...