0

Is it possible to compress a wav file to a small m4a or mp3 file by using AS3 OR PHP?

Duck
  • 26,924
  • 5
  • 64
  • 92
  • 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 Answers2

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