You are here:

C/audio player in c

Advertisement


Question
sir we are trying to make an audio player in c.please give me some idea about playing audio files(.mp3,wav...) in c(tc 3)

Answer
These are all standard file formats and you can get the specifications in the net.
But, more than that, you must be able to understand how to use them.
You will have to write them to the correct device (say, your sound card).
For this, you must know the device name and settings.
Each device will have its own specifications and you will have to read the data sheet and learn it.
Try to use open(), write() commands and see it it works.

C

All Answers


Answers by Expert:


Ask Experts

Volunteer


Narendra

Expertise

I can answer questions in C related to programming, data structures, pointers and file manipulation. I use Solaris for doing C code and if you have questions related to C programming on Solaris, I will be able to help better.

Experience

6.5

Organizations belong to
Sun Microsystems

Awards and Honors
Brain Bench Certified Expert C programmer.
Advanced System Software Certified

©2012 About.com, a part of The New York Times Company. All rights reserved.