• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

extract audio buffer from premiere to extend-script external object (c++ --> extend-script )

Community Beginner ,
Aug 24, 2022 Aug 24, 2022

Copy link to clipboard

Copied

hi ,
in premiere pro extendscript there is not audio channel data available 
however it's avaliable from the sdk audio suits 
so i'm trying to use BasicExternalObject example to call the buffer from the sdk  
(call external object function in extendscript to get the audio from dll )

but how can i do so if i have to go through the entry point function in all the sdk examples 
something like this for the sdk example :

DllExport PREMPLUGENTRY xSDKExport (....){}


that have selectors to switch inside to start excuting the function and get the data 

or if there is any other way to accomplish what i want 
thnak you 

TOPICS
SDK

Views

142

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Adobe Employee , Aug 24, 2022 Aug 24, 2022

That approach will never work. 🙂

Please describe the workflow(s) you'd like to support, from the user's perspective, and we can provide better guidance. 

 

[Write me directly if you like; bbb@adobe.com]

Votes

Translate

Translate
Adobe Employee ,
Aug 24, 2022 Aug 24, 2022

Copy link to clipboard

Copied

That approach will never work. 🙂

Please describe the workflow(s) you'd like to support, from the user's perspective, and we can provide better guidance. 

 

[Write me directly if you like; bbb@adobe.com]

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Aug 24, 2022 Aug 24, 2022

Copy link to clipboard

Copied

LATEST


Hey bruce thank you for replaying

i have this extension (cep panel) on Pr pro (silence remover) it's all js i'm using the webaudio api to process the audio and make some edits based on it 

so right now i have to ask the user to render mp3 file first and then insert it to the extension to start the process 

and that takes too much time 

what i hope is to get the audio channel buffer from premiere pro directly without having to render anything 

so i can make the edit without having to prerender audio 

 

Thank you 

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines