mp3blaster icon indicating copy to clipboard operation
mp3blaster copied to clipboard

The official repo of mp3blaster

Results 5 mp3blaster issues
Sort by recently updated
recently updated
newest added

`ncuses-6.3` added printf-style function attributes and now makes it easier to catch cases when user input is used in palce of format string when built with CFLAGS=-Werror=format-security: nmixer.cc:219:26: error: format...

Wondering if it would be possible to map previous, pause/play, and next to those keys on OSX keyboard? This is working really perfectly in iTerm on OSX, but I have...

Any chance for FLAC support? Please. Edit: Sorry. I saw it is in the TODO file.

Store unsigned values in uint32 Remove generated files from SCM Signed-off-by: Olaf Hering

The register storage class was deprecated in C++14 and was completely removed in C++17. First discovered in Gentoo linux musl-llvm profile. Bug: https://bugs.gentoo.org/897790