Is it possible to compress a wav file to a small m4a or mp3 file by using AS3 OR PHP?
Asked
Active
Viewed 1,381 times
0
-
Something to check out: http://stackoverflow.com/questions/5330486/how-to-convert-wav-to-mp3-file-in-php – ghbarratt Jun 29 '12 at 22:10
2 Answers
1
To save server traffic and cpu You shold compress it on user PC using as3 , here is library I use : https://github.com/kikko/Shine-MP3-Encoder-on-AS3-Alchemy

turbosqel
- 1,542
- 11
- 20
0
You can use ffmpeg on your server to do that!
You will find a PHP-Extension for the ffmpeg at Sourceforge.
Download ffmpeg at the project website.

Eddy Freddy
- 1,820
- 1
- 13
- 18