Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Command Line Vox Player (DIALOGIC)
Name: kev100 Date: March 25, 2008 at 14:27:48 Pacific OS: XP PRO CPU/Ram: PENT/2Gig Product: DELL
Comment:
Hope this is the right forum...
Does anyone know of a command-line player for VOX files...specifically Dialogic vox files?
Cool96 is currently being used for a load and play player....but...I'm needing to play a file via commandline.
Any references appreciated. Thanks
> PLEASE HELP OTHERS - Report back what did/didn't work for those referencing this thread.<
Summary: for command line argument: int main(int argc, char *argv[]) { ... } ---- 1) Why char *argv[] MUST be a pointer array? 2) Can I change it to char argv[] if I have only one arguemnt? ------------...
Summary: Hello everyone! :D OK, a while ago I asked how to use the Terminal font in the Visual Studio IDE, but nobody really answered my question... :S Now, I need the same thing but in command line. I want th...
Summary: I've just recently started learning c++. I'm currently working on a simple calculator which allows the user to input into a char array. I was wondering if anyone could point me in the right direction ...