k_s Posted February 23, 2007 Share Posted February 23, 2007 I have a question, I'm advanced in php coding and I just want to know if it is possible to makeĀ a php script that can take input from an audio source(eg. mic) and record that sound? I wanted to do it in c++ but I'm kinda forced to use php, or will it be better to use both? I also would like to know if it is possible to make a stand-alone php program using gtk. pls help if u can. Link to comment https://forums.phpfreaks.com/topic/39751-phpaudio-help/ Share on other sites More sharing options...
artacus Posted February 23, 2007 Share Posted February 23, 2007 Yes, but you'll only be able to do it on the server that PHP is running on. Link to comment https://forums.phpfreaks.com/topic/39751-phpaudio-help/#findComment-191958 Share on other sites More sharing options...
k_s Posted February 23, 2007 Author Share Posted February 23, 2007 What about the audio recording? is php good enough for that? Link to comment https://forums.phpfreaks.com/topic/39751-phpaudio-help/#findComment-191966 Share on other sites More sharing options...
artacus Posted February 23, 2007 Share Posted February 23, 2007 well on Linux, you should be able to open a stream to /dev/audio or /dev/dsp. No idea how to do it on Windows. Link to comment https://forums.phpfreaks.com/topic/39751-phpaudio-help/#findComment-191971 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.