jtbr

Results 21 comments of jtbr

Another workaround for you need to run svgmin before svg2png (as if you are using grunticon), you can simply disable the removal of the xml declaration in svgmin: ``` svgmin:...

Thanks, yeah I tried using a debounce rather than just checking for a changed width in the resize handler. Also added a viewport: ``. I made a fork with them...

I'm having the exact same problem as @yesyu. Are these the right parameters for merge_bn.py? @Yrij-Zhavoronkov Is there something in the prototxt file that we _should_ modify?

I don't know why merge_bn.py isn't working from this repository, but I was able to find that [this](https://github.com/avBuffer/MobilenetSSD_caffe/blob/master/mobilenet_caffe_train/tool/merge_bn.py) works for me.

I noticed PR #25 which seemed like it might solve the issue. Indeed, after manually patching my install, collectiongain seems to be working correctly for these mp4 files.

Here is an example m4a file that exhibits the problem [example_mp4.zip](https://github.com/ralph-irving/squeezelite/files/11285042/example_mp4.zip)

I'm running linux mint 21.1 (ubuntu 22.04) x86_64 on both the LMS box and my laptop where I tested squeezelite. LMS v8.3.1. Usually I only use squeezelite indirectly via LMS-cast...

As an aside, if I build the latest faad2 executable from your repo, it is able to decode the file to a wav without emitting any warnings. But I believe...

I use the static version of squeeze2cast in any case (I think ubuntu has a too-new version of libssl for shared libs to work) Using the build you linked to,...

Issue #171 mentions this as well for Ubuntu 22.04