tarun Posted April 8, 2007 Share Posted April 8, 2007 PHP Can Be Used To Output Images And HTML But Can It Output Sounds If So HOW....? Link to comment https://forums.phpfreaks.com/topic/46134-solved-sounds/ Share on other sites More sharing options...
PC Nerd Posted April 8, 2007 Share Posted April 8, 2007 um, well i think that the only way php could have an effect on sound is if it stores and edits a link to the music file. the html or sml or whatever would have to have the embeded player or whetever does that help??? Link to comment https://forums.phpfreaks.com/topic/46134-solved-sounds/#findComment-224212 Share on other sites More sharing options...
per1os Posted April 8, 2007 Share Posted April 8, 2007 most likely doing the header('content-type:'); command www.php.net/header along with the read command www.php.net/read Link to comment https://forums.phpfreaks.com/topic/46134-solved-sounds/#findComment-224214 Share on other sites More sharing options...
tarun Posted April 8, 2007 Author Share Posted April 8, 2007 Well... Im Actually Looking For The PHP To Create The Sound/Music File The Idea Is That You Type A Letter In The Form And Submit It And The PHP Create An MP3 File With The Word Being Said Link to comment https://forums.phpfreaks.com/topic/46134-solved-sounds/#findComment-224217 Share on other sites More sharing options...
per1os Posted April 8, 2007 Share Posted April 8, 2007 I do not think that is possible without a library of letters there. Use your microphone to create each letter and save them as mp3 and label them a.mp3 etc. What you are asking is a computer to understand the human language with no backing. You are giving the computer more credit than you should be. Link to comment https://forums.phpfreaks.com/topic/46134-solved-sounds/#findComment-224220 Share on other sites More sharing options...
tarun Posted April 8, 2007 Author Share Posted April 8, 2007 Alright Then Thnx Topic Solved Link to comment https://forums.phpfreaks.com/topic/46134-solved-sounds/#findComment-224224 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.