|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stay one step ahead of the competition. Evaluate and give feedback
on some of the hottest web development tools on the market today.
Make your opinion heard! Click
Here
|
|
#1
|
|||
|
|||
|
Anyone found a module for playing MP3s besides MPEG::MP3Play. I would use it but it won't compile against 3.2.1 xaudio SDK which fixes alot of problems of the 3.0 release. I could also use the rxaudio from the SDK, but I prefer direct control of the library. I've use it in a C program and know it well.
Please Advise. |
|
#2
|
|||
|
|||
|
Try this -> http://www.perl.com/CPAN-local/modules/by-module/Audio/Audio-Play-MPG123-0.051.readme
SYNOPSIS use Audio::Play::MPG123; $player = new Audio::Play::MPG123; $player->load("kult.mp3"); print $player->artist,"n"; $player->poll(1) until $player->state == 0; |
![]() |
| Viewing: Dev Shed Forums > Programming Languages > Perl Programming > Looking for good MP3 player module |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|