Add zero-channel BlackHole variant with updated installation process#849
Open
un33k wants to merge 3 commits into
Open
Add zero-channel BlackHole variant with updated installation process#849un33k wants to merge 3 commits into
un33k wants to merge 3 commits into
Conversation
Implements a zero-channel version of BlackHole that acts as an audio sink (/dev/null equivalent) for applications that need to terminate audio output. This enables advanced audio routing workflows where audio data should be discarded rather than looped back. Key changes: - Add zero-channel safety validation and buffer allocation handling - Modify memory operations to handle zero-byte operations safely - Update build system to include 0-channel variant (BlackHole0ch) - Maintain compatibility with existing multi-channel versions - Comprehensive README documentation with use cases and examples - Updated CHANGELOG.md with feature description - Added detailed build instructions for developers The zero-channel device appears as "BlackHole 0ch" in Audio MIDI Setup and can be selected by applications as an output device that silently discards all audio data. Use cases: - Audio software development and testing - Automated testing without sound output - Advanced audio routing and stream termination - System administration and selective audio muting 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
- build_all_variants.sh: Build all BlackHole variants including 0ch - verify_zero_channel.sh: Verify zero-channel installation and functionality These scripts help developers and users work with the new zero-channel audio termination feature.
- Remove 0ch from standard installer build loop - Add manual build instructions for 0ch variant in README - Create dedicated installer script for 0ch variant - Clarify 0ch is for development/testing as audio termination device 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
|
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description:
Summary
Changes
Test plan