Hi,
I've read previous forum posts about this, I've used many tutorials, but I'm still unable to capture audio using html and js on Tizen.
http://www.html5rocks.com/en/tutorials/getusermedia/intro/
https://subvisual.co/blog/posts/39-tutorial-html-audio-capture-streaming-to-node-js-no-browser-extensions
https://github.com/gabrielpoca/browser-pcm-stream/blob/master/public/recorder.js
http://typedarray.org/from-microphone-to-wav-with-getusermedia-and-web-audio/
https://github.com/daaain/JSSoundRecorder
None of these seems to be working on Tizen.
I've also tried the voicerecorder from Wearable samples, but it's massive and I sincerely hope that it's not the minimal and best way.
So basically:
Is there a way to record sound on Tizen Web?
Cheers.