Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 04 Jul 2026 08:38:59 +0000
From:      Kevin Bowling <kbowling@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 7ff026ea1fd3 - main - audio/pipewire-spa-oss-ng: Update to 0.9.3
Message-ID:  <6a48c6a3.417c0.7f9da68c@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by kbowling:

URL: https://cgit.FreeBSD.org/ports/commit/?id=7ff026ea1fd34ffbd1476a03deb8a7f36cfc1ed6

commit 7ff026ea1fd34ffbd1476a03deb8a7f36cfc1ed6
Author:     Kevin Bowling <kbowling@FreeBSD.org>
AuthorDate: 2026-07-04 08:37:17 +0000
Commit:     Kevin Bowling <kbowling@FreeBSD.org>
CommitDate: 2026-07-04 08:38:54 +0000

    audio/pipewire-spa-oss-ng: Update to 0.9.3
    
    Fixes a field report of periodic drops with crackles on USB audio: the
    sink's near-full fill branch keyed on small driver-forced fragments as a
    proxy for a small total buffer, which uaudio breaks (1 ms soft fragments,
    large grant) - near-full targeting added 100+ ms of latency and left one
    fragment of overshoot headroom, so every normal servo excursion
    short-wrote and dropped the tail.
    
    Validated by a discrete-event simulation of the servo (exact DLL and
    bandwidth-adaptation ports) that reproduces the field failure with the
    old target and shows zero drops with the new one across +/-2000 ppm
    drift, jitter storms and 4-hour runs, plus the live battery on hdspe(4).
---
 audio/pipewire-spa-oss-ng/Makefile | 2 +-
 audio/pipewire-spa-oss-ng/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/audio/pipewire-spa-oss-ng/Makefile b/audio/pipewire-spa-oss-ng/Makefile
index 1132d55916ba..a224b1f3ee3f 100644
--- a/audio/pipewire-spa-oss-ng/Makefile
+++ b/audio/pipewire-spa-oss-ng/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	pipewire-spa-oss-ng
 DISTVERSIONPREFIX=	v
-DISTVERSION=	0.9.2
+DISTVERSION=	0.9.3
 CATEGORIES=	audio
 
 MAINTAINER=	kbowling@FreeBSD.org
diff --git a/audio/pipewire-spa-oss-ng/distinfo b/audio/pipewire-spa-oss-ng/distinfo
index 73622cf212d2..086255ce4155 100644
--- a/audio/pipewire-spa-oss-ng/distinfo
+++ b/audio/pipewire-spa-oss-ng/distinfo
@@ -1,4 +1,4 @@
-TIMESTAMP = 1783117875
+TIMESTAMP = 1783154230
 SHA256 (rust/crates/aho-corasick-1.1.4.crate) = ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301
 SIZE (rust/crates/aho-corasick-1.1.4.crate) = 184015
 SHA256 (rust/crates/annotate-snippets-0.11.5.crate) = 710e8eae58854cdc1790fcb56cca04d712a17be849eeb81da2a724bf4bae2bc4
@@ -117,5 +117,5 @@ SHA256 (rust/crates/windows-sys-0.61.2.crate) = ae137229bcbd6cdf0f7b80a31df61766
 SIZE (rust/crates/windows-sys-0.61.2.crate) = 2517186
 SHA256 (rust/crates/winnow-1.0.3.crate) = 0592e1c9d151f854e6fd382574c3a0855250e1d9b2f99d9281c6e6391af352f1
 SIZE (rust/crates/winnow-1.0.3.crate) = 187990
-SHA256 (kev009-pw-oss-v0.9.2_GH0.tar.gz) = 8294876ac5896e9264e3ba27ce9c79aff21a62217fe63a485dfc8496724ee8ac
-SIZE (kev009-pw-oss-v0.9.2_GH0.tar.gz) = 85015
+SHA256 (kev009-pw-oss-v0.9.3_GH0.tar.gz) = 5bb40d01f2284bac3bccb613b24d56c1d3c6dbd166425ed118aad59dd45a570b
+SIZE (kev009-pw-oss-v0.9.3_GH0.tar.gz) = 87566


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a48c6a3.417c0.7f9da68c>