Click here to Skip to main content
15,891,316 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I want to schedule and command to Adobe Audition
I use System.Diagnostics.Process.start(ProcessStartInfo) but this only run....
I want to open a sound file Adobe Audition and play or stop or other operation
plz help me...
YA ALI
Posted

1 solution

System.Diagnostics.Process.Start(ProcessstartInfo) can execute any executable in a separate process and you can kill that process if you take reference of this process in your code. But you can not control that application(.exe) from your application. In your question what i guess that you want to do programming with Adobe Audion(Recording software). In that case you can not do it with just Process.Start method. You needed to download Adobe Audion sdk for programming. I see they have sdk download feature
http://www.softpedia.com/get/Programming/Components-Libraries/[^]
You should rnd with that api and use it to your application and you can do what they exposed for you as api. Sorry i have no experiance on that sdk. So i do not help you about that sdk integration and programming. You should start rnd with that software site.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900