Garethp Posted May 16, 2010 Share Posted May 16, 2010 I was talking about a business idea with my dad, and he got me interested in an idea. Can PHP manipulate the bitrate of an audio file without calling on another program through the system() command or something similar? I took a look at the PHP manual but I could only find functions to fetch sample bitrates, not to set the bitrate of an audio file Link to comment https://forums.phpfreaks.com/topic/201936-php-audio-bitrate-manipulation/ Share on other sites More sharing options...
JAY6390 Posted May 16, 2010 Share Posted May 16, 2010 Short of writing your own codec it's unlikely you'll be able to do this. There may be an extension for php, but it's unlikely to be activated by default Link to comment https://forums.phpfreaks.com/topic/201936-php-audio-bitrate-manipulation/#findComment-1059091 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.