othmar52
othmar52
fixes https://github.com/katspaugh/wavesurfer.js/issues/2502
changing volume during mute unmutes the audio ### Wavesurfer.js version(s): 6.1.0 ### Code needed to reproduce the issue: - open https://wavesurfer-js.org/example/mute/index.html - mute the audio with the mute button -...
and migrated notes to usage clumn where it make sense related to https://github.com/usercamp/midi/issues/64 and https://github.com/usercamp/midi/issues/65
first of all: thank you for this lib! i experienced a freezing in one of my applictions when calling `\ColorThief\ColorThief::getColor($absolutePath, $quality)` after some debugging i found out that ColorThief **did...

for apache, nginx and lighttpd make sure a special request to status-polling will be excluded from access-log make sure config/config_local.ini will not get served make sure all relevant mimeTypes for...
Some files does have embedded images in `$tags['id3v2']['text']['COVERART_UUENCODED']` **How to decode these encoded strings to a useable bitmap?** running ```php convert_uudecode($tags['id3v2']['text']['COVERART_UUENCODED']); ``` of [testfile-with-COVERART_UUENCODED.mp3.zip](https://github.com/othmar52/slimpd/files/745728/testfile-with-COVERART_UUENCODED.mp3.zip) returns about 26K lines like ```...
urlencoded number-sign (%23) followed by a percent-sign (%25) results in a "Bad request" `http:///filebrowser/testdirectory/%23%25` in case the directoryname is `#%` Backslashes `\` in directoryname results in a "404 Not found"
I wondered how to escape the circumflex char `^` My input is `SETD^i.11.mix^0.1015118791` and i want to capture `11` and `0.1015118791` when i replace the circumflex with `\094` the callback...
I'm considering buying a Raspberry Pi 4B to test `pianoteq-pi`. There are different RAM options available (1GB, 2GB, 4GB, 8GB). ### Can you confirm if 1GB is sufficient, or would...