LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   How to write C Code to play MP3 files using Open sound System programming Under Linux (https://www.linuxquestions.org/questions/programming-9/how-to-write-c-code-to-play-mp3-files-using-open-sound-system-programming-under-linux-451409/)

shayad15 06-04-2006 01:56 AM

How to write C Code to play MP3 files using Open sound System programming Under Linux
 
Hi, Everyone

I want to play a MP3 file through a C program.

I am using open sound system (OSS) programming under Linux Environment.

If anyone knows help me.

Thanks.

nadroj 06-04-2006 07:13 PM

does this help?

stephenwalter 06-05-2006 08:21 AM

Hi,
I think OSS is depreceated and ALSA is the current standard , the api's are well documented and the API is cool and easy to understand. Just a thought good luck any route u take.

Regards,
S.Suresh Stephen.

exvor 06-05-2006 12:46 PM

Alsa has OSS compatiblity that you can build into the kernel when you add alsa. As long as thats there a program that uses oss for sound will be compatible with alsa.


But if you are starting out then you probably want to just learn alsa instead of oss to be more compatible.


All times are GMT -5. The time now is 02:50 AM.