Languages

Menu
Sites
Language
How to use Tizen Hybrid Web App

 I need to use Audio Record Function in Tizen Web App.

But, Tizen SDK doesn't support Audio Record Function in Tizen Web App, now.

Note
In the current version of the Tizen SDK, the microphone format for the capture attribute is not available as the voice recorder application is not included.

https://developer.tizen.org/help/index.jsp?topic=%2Forg.tizen.web.appprogramming%2Fhtml%2Ftutorials%2Fw3c_tutorial%2Fmedia_tutorial%2Fcapturing_media.htm

So, I am searching for how to use Tizen hybrid app.

 It is hard to understand it reported in Tizen SDK Help document.

1. If I make a project Tizen hybrid app, Can I use Audio Record Function?

2. How to use Tizen hybird Web app?

 

 

Responses

3 Replies
talari praveen kumar

Hi

If there is voice recorder in native appliction you can use hybrid app for audio function. You can go through the below article for more details

https://developer.tizen.org/documentation/articles/accessing-native-audio-playback-and-recorder-controls-web-applications 

Alex Dem

Hi,
Just FYI, maybe it will be useful:
Your audio Audio Recorder Native part should use Tizen::Media::AudioRecorder class and be inherited from IAudioRecorderEventListener
https://developer.tizen.org/help/index.jsp?topic=%2Forg.tizen.native.apireference%2FclassTizen_1_1Media_1_1AudioRecorder.html

Regarding Hybrid App please watch this:
https://developer.tizen.org/help/index.jsp?topic=%2Forg.tizen.web.appprogramming%2Fhtml%2Fapp_dev_process%2Fhybrid_app_package.htm

There is also Web Apps->Sample->Hybrid Application example is presented in Tizen sdk.
Alexey.

youngsik yoon