obsoleszenz

Results 16 issues of obsoleszenz

Currently the websocket server is getting shutdown if 0 clients are connected (after once there was a connection). For my project i want to have a deamon running the websocket...

bug

### Reproducer # Code `````rust #!/usr/bin/env -S cargo +nightly -Zscript ```cargo [dependencies] lofty = "0.17.1" ``` use lofty::{ItemKey, LoftyError, Probe, Tag, TagExt, TaggedFileExt}; use std::path::Path; #[derive(Default, Debug, Clone)] pub struct...

bug

### Contact Details _No response_ ### Description I just tried out the https://www.youtube.com/watch?v=4EJb969q5jk tutorial, and somehow the trim tool is not recognizing the circle as soon as i removed the...

bug
Bounty - Small

Addresses https://github.com/RustyDAW/creek/issues/14 # Todo - [x] Implement reverse reading in decode_symphonia - [ ] Use it in core/caching logic - [ ] rebase on main once https://github.com/RustyDAW/creek/pull/16 is merged

I published a toot as public but in elk.zone it's show with a lock symbol, as if i tooted with only for my followers. In the normal mastodon client it's...

c: bug
c: ui

**Describe the bug** A clear and concise description of what the bug is. - Which site: phanpy.social - Which site version: 2024.04.04.65d51b0 - Which instance: nerdculture.de **To Reproduce** Steps to...

design

For the columned layout, if one closes a post (or freshly opens alexandrite), the right column is missing. Opening a post then creates the right column. Problem with this is,...

I'm currently evaluating if dyon is suitable to use as a scripting language in a soft realtime environment (audio dsp). I'm building equis, a software dj mixer and i want...

discussion

Hey :) I'm trying to call a `move ||` closure from dyon, but that doesn't work. Also I wasn't able to figure out how to do something similar with the...

I'm currently trying to make my dj engine (https://codeberg.org/obsoleszenz/librecdj/) sample accurate. Until now I used SincFixedOut and whenever the chunk size from the audio host changed, i offloaded the creation...