Merge pull request #784 from HaveAGitGat/channel

feat: add check for 3 channel audio
This commit is contained in:
HaveAGitGat 2025-02-25 14:34:43 +00:00 committed by GitHub
commit 41ec36673b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View file

@ -25,6 +25,7 @@ var details = function () { return ({
options: [
'1',
'2',
'3',
'6',
'8',
],

View file

@ -28,6 +28,7 @@ const details = (): IpluginDetails => ({
options: [
'1',
'2',
'3',
'6',
'8',
],