chros73

Results 153 comments of chros73

Sorry for the late reply, I've been busy, e.g. with [FastPath implementation](https://forum.lede-project.org/t/qualcomm-fast-path-for-lede/4582/196) for Lede :) > Unfortunately, I don't think this change fits well with the project goals. :) No...

Sorry for the late reply (again), I'm still struggling with other issues. > I do like the idea of a "plugins" or "recipes" directory :) I'm glad to hear it!...

Isn't having a single port better?

```ini # Port range to use for listening. (port_range) network.port_range.set = 62820-62820 # Set whether the client should try to connect to UDP trackers (It can cause various problems if...

Are you sure that this is the right project? :)

Can you upload it (or a sample) somewhere? I could only found 16bit 22050Hz wav files in `c:\Windows\Media\` on Win8.1 .

Cheers, I can confirm the problem with 8bit 22050Hz. Although it's working fine with 16bit 22050Hz.

> we can avoid this problem by disabling 8-bit output of LAV Audio Good idea for now.

Thanks, it indeed does. Installing `libzstd-dev` package on Debian 12.5 and enabling it in the [makefile](https://github.com/plougher/squashfs-tools/blob/master/squashfs-tools/Makefile#L87) of squashfs-tools then building current [squashfs-tools](https://github.com/plougher/squashfs-tools/releases/tag/4.6.1) and running `./unsquashfs rootfs.pak` solves this. So, the...