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.
C Code to run audio files in Linux
Name: arunvv Date: July 2, 2007 at 16:14:13 Pacific OS: Linux CPU/Ram: Intel/512MB Product: IBM
Comment:
I want a "C" source code file to run audio file in Linux. Once compiled the C File, whenvever its function is called in an application the soundfile has to play. The sound files can be replaced its path in C file
Name: Razor2.3 Date: July 5, 2007 at 18:49:39 Pacific
Reply:
I found this link on Linux.com but I didn't read it, because it expects me to have the browser wider than 1024, and that site just isn't that important to me.
Summary: Hi, me again, I am trying to use the C++ app to make a file in a specific directory but it seems to only work in the same folder as the application itself. ofstream fout("test.txt"); /works ofstream f...
Summary: Hey, simple bit of code here!! in the macro, where you want to run the batch file, simply type: Dim ReturnValue ReturnValue = Shell("C:\FilenameOfBatch.bat",vbNormalFocus) You can replace the vbNormal...