archs Posted September 30, 2009 Share Posted September 30, 2009 Hi, I am developing a website that sells music. I want to convert the 24 bit .wav files to 16 bit .wav files. I am using php/MySql. There are lot many audio converter software available. But how could I convert it at the time of download? Thanks in advance. Regards, Archs. Link to comment https://forums.phpfreaks.com/topic/176032-how-to-convert-24-bit-wav-file-to-16-bit-wav/ Share on other sites More sharing options...
trq Posted September 30, 2009 Share Posted September 30, 2009 There is no php extension that will do this, you will need to find some command line app then execute it via php. lame comes to mind for Linux. Link to comment https://forums.phpfreaks.com/topic/176032-how-to-convert-24-bit-wav-file-to-16-bit-wav/#findComment-927578 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.