Search:

Type: Posts; User: jpittelo

Search: Search took 0.01 seconds.

  1. Replies
    16
    Views
    12,212

    I want to play sounds at some rythm, but i dont...

    I want to play sounds at some rythm, but i dont know how to time precisely the pause. Which lib could i use under linux ?
  2. Replies
    16
    Views
    12,212

    External

    Im using linux but if u r not about timing u can use a system call of any external console player, under win too like :

    wait((void *)system("playwave test.wav"));

    where playwave could be any...
  3. Replies
    16
    Views
    12,212

    You can play a beep, like : printf("%c",7) ...

    You can play a beep, like : printf("%c",7) (ASCII code 7 is BELL, normally)

    But me too, I'm searching how to play a .wav instrument sound, to really "program" music rythm..maybe one could help me...
Results 1 to 3 of 3