Merge pull request #784 from HaveAGitGat/channel

feat: add check for 3 channel audio
master
HaveAGitGat 10 months ago committed by GitHub
commit 41ec36673b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

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

Loading…
Cancel
Save