Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added multi-capture functionality as microphone. #1422

Merged
merged 1 commit into from
Apr 15, 2024

Conversation

shogo4405
Copy link
Owner

Description & motivation

  • I have added functionality to capture multiple streams of microphone audio on macOS.
  • This allows for mixing down audio for distribution when used in conjunction with Add multichannel audio mixer #1386.

Type of change

  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Screenshots:

@shogo4405 shogo4405 added this to the 1.8.0 milestone Apr 15, 2024
@@ -29,13 +29,13 @@ public enum FeatureUtil {
private static var flags: [String: Bool] = [:]

/// Whether or not a flag is enabled.
public static func isEnabled(feature: Name) -> Bool {
public static func isEnabled(for feature: Name) -> Bool {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ The 'stat' is the require reason api. Please check privacy manifest files.

@shogo4405 shogo4405 merged commit aeff5de into main Apr 15, 2024
2 checks passed
@shogo4405 shogo4405 deleted the feature/multi-audio-track-attach branch April 15, 2024 15:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant