Skip to content

Commit

Permalink
Merge pull request #784 from HaveAGitGat/channel
Browse files Browse the repository at this point in the history
feat: add check for 3 channel audio
  • Loading branch information
HaveAGitGat authored Feb 25, 2025
2 parents a469749 + 9ae060d commit 41ec366
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ var details = function () { return ({
options: [
'1',
'2',
'3',
'6',
'8',
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ const details = (): IpluginDetails => ({
options: [
'1',
'2',
'3',
'6',
'8',
],
Expand Down

0 comments on commit 41ec366

Please sign in to comment.