From b1d24c0bb88da5b1a427a900750972fc1612461c Mon Sep 17 00:00:00 2001 From: HRS Date: Sun, 11 Jan 2026 14:13:20 +0100 Subject: [PATCH 1/2] Update readme --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e33ac43..93c3420 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,13 @@ # node-speaker +> ℹ️ **Info:** This is an a fork of the original node-speaker package. It includes the fixes for Linux ARM64 support and +> the muting of the coreaudio buffer underflow warning. +> CI has been extended to all major OS/Arch/Node combinations and dependencies haven been updated. +> Node >=18 is required now. + ## Output [PCM audio][pcm] data to the speakers -[![Build Status](https://github.com/TooTallNate/node-speaker/workflows/Node%20CI/badge.svg)](https://github.com/TooTallNate/node-speaker/actions?workflow=Node+CI) +[![Build Status](https://github.com/SlvCtrlPlus/node-speaker/workflows/Node%20CI/badge.svg)](https://github.com/SlvCtrlPlus/node-speaker/actions?workflow=Node+CI) A Writable stream instance that accepts [PCM audio][pcm] data and outputs it to the speakers. The output is backed by `mpg123`'s audio output modules, which From bced0057125a7794f5e2e5651bae55950ac2b215 Mon Sep 17 00:00:00 2001 From: HRS Date: Sun, 11 Jan 2026 14:14:17 +0100 Subject: [PATCH 2/2] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 93c3420..ebb45f4 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # node-speaker -> ℹ️ **Info:** This is an a fork of the original node-speaker package. It includes the fixes for Linux ARM64 support and +> **Info:** This is a fork of the original node-speaker package. It includes the fixes for Linux ARM64 support and > the muting of the coreaudio buffer underflow warning. > CI has been extended to all major OS/Arch/Node combinations and dependencies haven been updated. > Node >=18 is required now.