|
Answer» how can i make an input output of mp3 in a program in C language pleeeeeeez i want to hear a song automaticly the morningThat can be done? Man, that's awesome. Sorry, tho CANT help you here bro.any way thanks ,man .i'll work on itJust curious why you want to use C to get that done VS adding it to a scheduled task to execute the MP3 if you want it to run at a specific time of day.
For windows MACHINES running a C program you can call to the MP3 using System("filename.mp3"); and you should be able to have Windows File Association know to trigger the media player to handle the MP3.
You will need the correct #include for the system(); ( might be #include stdio.h )thanks man nd the cause is that we rae studing C programming in the ubiversity with simple levels untill now.personly i WORKED well i use well the libraries and i ca, make some GOOD programs bue according the sound extensions i ignore that completely
|