Answered
Why "Export Audio" checkbox is disabled in "SDK_Exporter" example?
I found "Export Audio" checkbox is disabled in "SDK_Exporter" example plugin,why?how to modify code to enable the checkbox?
I found "Export Audio" checkbox is disabled in "SDK_Exporter" example plugin,why?how to modify code to enable the checkbox?
Hi ItalianSC,
In the startup function exSDKStartup(),
if you change the classID to something other than the default:
infoRecP->classID = 'ItSC'; // Use your own four character code here
that should fix it.
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.