Jump to content

Wav Files Add 300 Miliseconds Of Space


Recommended Posts

Hey,

I have a list of wav files and i have a program to convert the files to 16 bit

and want to add 300 miliseconds of space (already stored in my clipboard)

Is it possible to create an autoit program to insert the file one by one into the program convert it and save the wav file

Regards and great thanks, :D

Koen

Edited by boringduck
Link to comment
Share on other sites

look in the help file for FileFindNextFile and where it does the MsgBox(4096, "File:", $file) change to run('yourprogram.exe ' & $file & ' /to16bit') or something like that.

give it a try and if you have problems, post your code.

I really like to see if the help file is helpful :D

AutoIt3, the MACGYVER Pocket Knife for computers.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...