feat: add check for 3 channel audio

master
HaveAGitGat 10 months ago
parent a469749b63
commit 9ae060d717

@ -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