WebsiteBaker Community Forum

WebsiteBaker Support (2.10.x) => General Help & Support => Topic started by: johnbroeckaert on October 09, 2017, 11:09:41 AM

Title: soundrecorder script/system?
Post by: johnbroeckaert on October 09, 2017, 11:09:41 AM
Hi You All

I wonder if there is anybody out there who has experiencing with a script I could implement in WebsiteBaker that is capable of recording speech from within the web page and save it on the server.
A sort of sound based form.

I know there is speakpipe and others but then you have to give away the control over the information users are sharing and have to go away from your own site to listen and or react.

In short, I 'm looking for a script/system to install on my clients server .

WB 2.10.0
php 7.x

Thankx
John
Title: Re: soundrecorder script/system?
Post by: evaki on October 14, 2017, 10:03:38 AM
Its not a task for a CMS.
auphonic-audio-recorder.droidinformer.org/
tryca.st/
zencastr.com/
sincerely





Title: Re: soundrecorder script/system?
Post by: johnbroeckaert on October 14, 2017, 12:46:49 PM
Hi @evaki,

I know that record sound isn't for a CMS. That was not the question do. I wanted to know if anyone had experience with a script that could record speech directly of a webpage and with a dashboard and storage in their own domain. I could give my costumer a link in WB dashboard.

Lets say a sort of guestbook for spoken messages.

Cheers
John
Title: Re: soundrecorder script/system?
Post by: DarkViper on October 14, 2017, 02:04:41 PM
there is no HTML Element which is able to record audio from local sources.
it is possible to use any external program or a plugin (Java, Flash and so on) to do this.
Most of these solutions requires an installed runtime engine to work.
Don't know if this is really user friendly....
And note, that Flash will die in end of 2019! Adobe stops support  then.
Sound recording using Javascript is not possible. It's much to slow and also has no access to local resources. PHP? sorry, there is no PHP working in the browser. ;)
Title: Re: soundrecorder script/system?
Post by: evaki on October 14, 2017, 03:12:25 PM
 "Turning the right screws..."
Just one example - for developers
 http://air.ghost.io/recording-to-an-audio-file-using-html5-and-js/

Title: Re: soundrecorder script/system?
Post by: evaki on October 14, 2017, 04:34:02 PM
It's funny: WebAudioRecorder.js demo (https://higuma.github.io/web-audio-recorder-js/)