| View previous topic :: View next topic |
| Author |
Message |
edna
Joined: 19 Jul 2007 Posts: 1
|
Posted: Tue Jul 24, 2007 1:59 pm Post subject: to play a .wav file |
|
|
Hi
Using PHP-GTK2, is there any extension or script that you can play a .wav sound file with?
Thnak you
edna |
|
| Back to top |
|
 |
clange
Joined: 24 Jan 2006 Posts: 11
|
Posted: Thu Nov 29, 2007 9:27 am Post subject: |
|
|
You can execute an audioplayer, which play your wav.
like:
exec("vlc <path_to_your_wave_file>");
mfg clange |
|
| Back to top |
|
 |
|