aanno
aanno
I'm using a self compiled version of master (after 28.12) with a rather large music collection (~13000 files). Spotify, last.fm. The music collection resides on a NAS mounted as SMB/cifs....
Hi, I'm using owntone with its web interface. Recently, I stepped about your [JSON API documentation](https://owntone.github.io/owntone-server/json-api/#player). This is not that far away from the [opensubsonic REST API](https://opensubsonic.netlify.app/) (that is based...
Question: Is there a simple way for serial input? I fiddled around with your amazing simavr a bit and learnt that you could see the serial output of a simulation:...
Dear @jordansissel , great tool! I've got 2 ideas for improvement: 1. A flag for giving a fpm-config (e.g. `--fpm-config`) would be great in addition to rely on the convention...
On fedora 42 with podman instead of docker the build fails: ```sh [1/2] STEP 1/3: FROM beardedtek/shanocast-builder:base AS builder ✔ docker.io/beardedtek/shanocast-builder:base [1/2] STEP 2/3: RUN cd openscreen && sed -i...
### Describe the Bug I use karakeep v0.27.1 with DeepSeek. This is my relevant configuration: ```properties OPENAI_BASE_URL=https://api.deepseek.com/ OPENAI_NAME=deepseek-chat # defaults to 2048 INFERENCE_CONTEXT_LENGTH=32768 # defaults to 60 INFERENCE_JOB_TIMEOUT_SEC=120 INFERENCE_TEXT_MODEL=deepseek-chat INFERENCE_IMAGE_MODEL=deepseek-chat...
**Is your feature request related to a problem? Please describe.** I played around with zero copying in snapserver on TCP connections for audio data. I've got a working solution and...
Implements snapcast protocol over RIST (Reliable Internet Stream Transport) RIST is an open protocol for low-latency, reliable streaming over unreliable IP networks, ideal for live audio/video contribution and broadcasting. It...
This is the fix/enhancement for #1423 This is a zero copy implementation for TCP on linux. I tackled the problem directly with sendmsg with MSG_ZEROCOPY and a dedicated thread for...
I did some profiling on snapcast (while working on https://github.com/badaix/snapcast/issues/1423). From my measurements, I concluded that LOG currently allocates strings and makes string concatenations even if the log level at...