Converting C to PHP
Moderator: General Moderators
Converting C to PHP
Hello World!
I want to encode/decode Mp3's (among other formats) using PHP. I'm thinking about recoding libLAME to native PHP... or is there a better solution? I want this thing to work on a bunch of different platforms.
The thing is that I'm making a shoutcast/icecast compatible radiobroadcaster in PHP.
Interested?
Website: http://stream.lan2k.org
I want to encode/decode Mp3's (among other formats) using PHP. I'm thinking about recoding libLAME to native PHP... or is there a better solution? I want this thing to work on a bunch of different platforms.
The thing is that I'm making a shoutcast/icecast compatible radiobroadcaster in PHP.
Interested?
Website: http://stream.lan2k.org
!ERAU QSSI DLRO WEHT
- twigletmac
- Her Royal Site Adminness
- Posts: 5371
- Joined: Tue Apr 23, 2002 2:21 am
- Location: Essex, UK
-
Tubbietoeter
- Forum Contributor
- Posts: 149
- Joined: Fri Mar 14, 2003 2:41 am
- Location: Germany
-
Tubbietoeter
- Forum Contributor
- Posts: 149
- Joined: Fri Mar 14, 2003 2:41 am
- Location: Germany
- twigletmac
- Her Royal Site Adminness
- Posts: 5371
- Joined: Tue Apr 23, 2002 2:21 am
- Location: Essex, UK
It's hidden away at the end of the manual:
Chapter 25. Extension Possibilities - External Modules
Mac
Chapter 25. Extension Possibilities - External Modules
Mac
Great to hear that there are people interested in this 
Compiling C-libraries to extentions is a good way. I'm guessing they will have better performance then raw php code. However, there commes the compability issue I belive. Since they are compiled they must be made to support the different systems.
I don't think that's such a big deal since it won't be used on so many different systems (I think
). Linux/BSD/Windows are the ones I've thought about.
Compiling C-libraries to extentions is a good way. I'm guessing they will have better performance then raw php code. However, there commes the compability issue I belive. Since they are compiled they must be made to support the different systems.
I don't think that's such a big deal since it won't be used on so many different systems (I think
!ERAU QSSI DLRO WEHT