PHP Mobile website voice recorder with Mobile handset - php

For my website in PHP, we are generating mobile website and have to implement a voice recoding facility via from any mobile device, do you guys know any better option to easily integrate the same with my PHP mobile website.
I have tried some Java Applets, but those are not working into iPhone / Android, so any simple tool, which can record voice with any mobile device and option save / play the recorded voice on my website and mobile both side.
Earliest help would be appreciated.

PHP is a server-side language. Audio is a client-side issue. PHP has no native multimedia capabilities of its own. To handle voice recording, you'd need a Java or Flash applet. PHP's involvement would begin/end in acceping a file from that applet and storing it on the server.

Related

Google AdMob for PHP based Hybrid Mobile App

I have created a web app using PHP, Vanilla JS and Jquery that is 100% responsive and is created with the sole purpose of being used as a mobile application only. Once completed I will integrate it with Flutter WebView for generating an apk file. I will also later convert it to ios. This app is currently in development stage and I stand at a point where I need to integrate a revenue modal like Google Admob. However, I see that google only provides native android and ios sdks. Is there any way how I can integrate Admob with my PHP based mobile app? This can also be a Core PHP based library or plugin that is written to support Admob in a PHP based mobile responsive web app. Anything that can help.
Also, does Adsense and Admob provide same amount of revenue? Or, is there a difference between the earning potential of both?
There is only one Correct way to do this, all the other ways will get you a violation strike.
You should use Admob in flutter any other walkaround may get you blocked by Google FOREVER!
To answer your questions:
There is no way to make Admob work on web
Admob is better for mobile apps and Adsense is better for websites

Voice Recording and play with PHP

I want to implement recording and play into site in PHP. I have already implement with https://github.com/mattdiamond/Recorderjs, but it not working in mobile browser.
Please suggest me any third-party API or code in PHP.

jquery mobile with php

I have two questions about jquery mobile:
1) If I put some php code in a jquery mobile app, and then put that in my iPhone, will it work?
2) If the above is true, how can a php code works if it is a server-side language?
There's a difference between a mobile website and an iOS app. An iOS app is an application that one can install on an iPhone or iPad. A mobile website is simply a website which has a UI that is optimized to display well on a mobile device.
jQuery Mobile provides UI components for building mobile websites. The mobile website you build with jQuery Mobile will be viewable on an iPhone and (hopefully) will provide a better UX on the device compared to a website which is not optimized for mobile devices. However, jQuery Mobile will not make an iOS app that can be installed on your iPHone.

PHP web application + TAPI / VOIP telephone calls?

A client wants to use our (ERP) web application as some kind of incoming and outgoing calling software. He needs phonenumer recognition and to be able to dial a number by clicking with the mouse and then pick up his phone.
Somehow a TAPI or VOIP connection must be made on the clients computer, I think... for this I could create a small listener/dialer program (not in PHP, but in Delphi for example) that is installed on each client,but how would I let this communicate with the browser / web server?
Another way could be by installing our web application on the server of the client itself, which has a direct link to the telephone software server.
Has anybody ever done something like this in PHP ?
Any suggestions?
Is your ERP software written in php? You may want to integrate with Asterisk (and open source pbx) (and by extension FreePBX if your in php anyway)
I came across this site www.tropo.com which has an API that adds Voice and SMS support to PHP and other languages.

Android App - Video/Audio Record

I have to develop an app for android devices [I have no prior experience in development of android apps].
This app should be capable of recording a video / audio and communicate over rtmp with red5 streaming server. I already have video recorder and audio recorder in flash capable of recording in flv format and currently are used in a php website. Can I use these .swf and php files in android app? or I need to write a new one in java / action script 3? Is android capable of playing flv files, I meant to say will it be able to play if I pass flv file URL (to the flv player) in app. I am guessing it would be better if I directly access the device camera / microphone and record the flv.
Also, which language is recommended for my scenario, java or action script 3.0?
Any guidance / directions would be appreciated.
You may be able to use your existing .swf and .php code for this project, but you specifically have to publish your flash content to Adobe AIR in order to run it on an Android device.
You can do pretty much anything on a phone that you can do in a regular AIR app, though there are additional considerations (bandwidth, performance, etc.).
Which language you choose depends on your future plans for the app. If you already have most of the code written in AS3, it may be easier to just adapt it for mobile scenarios. Also, if you intend to eventually deploy to iPhone as well it will be easier to work with AS3 as you can just publish the same AIR app to both devices without rewriting it.
If you're concerned about performance and API access, and you have no interest in porting to iPhone, I suggest using Java.

Categories