From bd9ea079ac57be9f5c28a4835944cd8ab1d49960 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 03:46:15 +0000 Subject: [PATCH] deps: update soundfile requirement from >=0.12 to >=0.13.1 Updates the requirements on [soundfile](https://github.com/bastibe/python-soundfile) to permit the latest version. - [Release notes](https://github.com/bastibe/python-soundfile/releases) - [Commits](https://github.com/bastibe/python-soundfile/compare/0.12.0...0.13.1) --- updated-dependencies: - dependency-name: soundfile dependency-version: 0.13.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- install/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/requirements.txt b/install/requirements.txt index 3be9772..7e340ab 100644 --- a/install/requirements.txt +++ b/install/requirements.txt @@ -8,7 +8,7 @@ # Audio I/O for g1_speech (microphone capture, file I/O) sounddevice>=0.4.6 -soundfile>=0.12 +soundfile>=0.13.1 # ONNX runtime for the Silero VAD model. Swap for onnxruntime-gpu # on the 4090 if you want CUDA — ~10x faster on long streams.