sadly i dont think they'll fit into the gba cartridge...Quote from: Unix & Linux StackExchange (answer score: 1)You've omitted a lot of information, but what you show here doesn't make sense.
Quote from: Wim Taymans on gitlab.freedesktop.orgTry setting api.alsa.headroom = 1024 in /etc/pipewire/media-session.d/alsa-monitor.conf
# ALSA node property overrides
# docs: https://pipewire.pages.freedesktop.org/wireplumber/daemon/configuration/alsa.html
# to reload,
# systemctl --user --now restart wireplumber
monitor.alsa.rules = [
{
matches = [
{
node.name = "~alsa_output.pci.*HiFi__HDMI1__sink"
}
]
actions = {
update-props = {
node.description = "HDMI1 Out" # less verbose
api.alsa.period-size = 1024
api.alsa.headroom = 256 # introduces latency for badly behaved drivers; 256 seems to work, 2048 may be a decent option idk
}
}
}
]
Quote from: pipewire docsapi.alsa.headroom
This adds extra delay between the hardware pointers and software pointers. In most cases this can be set to 0. For very bad devices or emulated devices (like in a VM) it might be necessary to increase the headroom value.
Type:
integer (samples)
Quote from: lifning on May 03, 2025, 03:43 AMAT&T Archives: The UNIX Operating System, a presentation largely by a young Brian Kernighan
Quote from: Electronics StackExchange (comment score: 3)You get a body diode whether you want it or not.