road2react

Results 17 issues of road2react

Auto gain would be more optiminal with configurable bounds. For example, if an audio clip becomes quiet, auto gain turns the quiet noise into loud noise which could be avoided.

enhancement

Right now, blocks are limited to 1 MB each. When backing up to a cloud storage, the latency related to reading and writing may be significant, reaching up to several...

type:format-change
topic:performance

**Is your feature request related to a problem? Please describe.** When clicking on a discord invite link, the browser will attempt to open a popup on the installed client. **Describe...

type:feat

### Describe your request I can't seem to figure out a way to connect my phone to my PC using port forwarding. I am able to port forward ports 1714-1764...

enhancement
triage

The compressor has a sidechain with filters that can be applied. It would be nice if Autogain could also have something similar (for example, having autogain only using the frequencies...

### EasyEffects Version 7.0.3 ### What package are you using? Arch (easyeffects) ### Distribution Arch Linux ### Describe the bug Here's a demo program that puts the system under load:...

### General Information ViaFabricPlus, Fabric API ### Bug Description Books with non-plain text shows incorrectly ![image](https://github.com/ViaVersion/ViaFabricPlus/assets/93143714/6ad10778-a911-4ef9-b950-3e3755b59627) Image from https://github.com/ViaVersion/ViaFabricPlus/issues/95#issuecomment-1546806631, and I get the same issue. Posted here to show the...

Legacy

### Package: https://aur.archlinux.org/packages/ddcci-driver-linux-dkms ### Purpose: It provides a driver to control monitor metadata (brightness, etc) via ddcci protocol ### Benefits: _No response_ ### Building: _No response_ ### Copyright: GPL2 ###...

request:new-pkg
priority:low

http://ipfs.sea.tube/ seems to be broken.

Here's a Rust program that continuously writes to memory: ```rs use std::{hint::black_box, thread}; fn main() { thread::scope(|s| { for i in 0..16 { s.spawn(move || { let mut v =...