DarkAngelBGE 0 Posted September 4, 2007 Hi there, are there ways, existing programs, algortihmns and what not to engineer with audio files? Like splitting them into pieces depending on an inpirt start and a given interval? Thank you! Share this post Link to post Share on other sites
PsaltyDS 42 Posted September 4, 2007 Hi there,are there ways, existing programs, algortihmns and what not to engineer with audio files? Like splitting them into pieces depending on an inpirt start and a given interval?Thank you!The open source audio program Audacity will certainly get the job done. As for scripting it, it interprets LISP and NYQUIST, and I guess AutoIt could script the GUI interface (haven't tried it though). Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law Share this post Link to post Share on other sites
DarkAngelBGE 0 Posted September 5, 2007 That is true, thank you, but I want to split the audio file using AutoIt. Share this post Link to post Share on other sites
weaponx 16 Posted September 5, 2007 There is a program called Sox at Sourceforge which is a command line audio authoring tool:http://sox.sourceforge.net/You can probably trim files to your needs with this. Share this post Link to post Share on other sites