From 9ae060d717c4bf7fd0a5958dd67b1edc1b1f3faa Mon Sep 17 00:00:00 2001 From: HaveAGitGat <43864057+HaveAGitGat@users.noreply.github.com> Date: Tue, 25 Feb 2025 14:32:30 +0000 Subject: [PATCH] feat: add check for 3 channel audio --- .../CommunityFlowPlugins/audio/checkChannelCount/1.0.0/index.js | 1 + .../CommunityFlowPlugins/audio/checkChannelCount/1.0.0/index.ts | 1 + 2 files changed, 2 insertions(+) diff --git a/FlowPlugins/CommunityFlowPlugins/audio/checkChannelCount/1.0.0/index.js b/FlowPlugins/CommunityFlowPlugins/audio/checkChannelCount/1.0.0/index.js index 494099a34..926c50613 100644 --- a/FlowPlugins/CommunityFlowPlugins/audio/checkChannelCount/1.0.0/index.js +++ b/FlowPlugins/CommunityFlowPlugins/audio/checkChannelCount/1.0.0/index.js @@ -25,6 +25,7 @@ var details = function () { return ({ options: [ '1', '2', + '3', '6', '8', ], diff --git a/FlowPluginsTs/CommunityFlowPlugins/audio/checkChannelCount/1.0.0/index.ts b/FlowPluginsTs/CommunityFlowPlugins/audio/checkChannelCount/1.0.0/index.ts index f5f3d6c78..b75bbd953 100644 --- a/FlowPluginsTs/CommunityFlowPlugins/audio/checkChannelCount/1.0.0/index.ts +++ b/FlowPluginsTs/CommunityFlowPlugins/audio/checkChannelCount/1.0.0/index.ts @@ -28,6 +28,7 @@ const details = (): IpluginDetails => ({ options: [ '1', '2', + '3', '6', '8', ],