User Profile

Collapse

Profile Sidebar

Collapse
2012rabi123
2012rabi123
Last Activity: Apr 17 '13, 10:54 AM
Joined: Apr 17 '12
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • 2012rabi123
    started a topic mp3 file to play
    in C

    mp3 file to play

    Hi,
    Please somebody help me. I want to write a program which will play mp3 file. I understand the mp3 file format(wiki) and i am using libmad to decode mp3 file. i can get the layer, channels, bit rate, simple rate after parsing the header of the file. i don't know how to configure /dev/dsp file so that it will play the file. i am using Ubuntu 10.04 OS. is there any other character special file are there for playing files? Please help me....
    See more | Go to post

  • 2012rabi123
    started a topic multithreading programing in c
    in C

    multithreading programing in c

    here i have created a processFunction which will create another thread when receiverfunctio n will send signal pthread_cond_si gnal(&recvMutex ) and there is a handlerprocess which is created by processfunction will will send the signal after finishing its job to senderFunction. Finally the senderFunction will print the data to the console.

    but here i have some problem. weather it ok to create the thread inside this function. please...
    See more | Go to post
No activity results to display
Show More
Working...