Languages

Menu
Sites
Language
Native audio recording

I am trying to implement a native audio recording service. I have tried this tutorial https://developer.tizen.org/community/tip-tech/accessing-native-audio-playback-and-recorder-controls-web-applications?langswitch=en but its not well documented. Is there anyone who has a working exapmle of this

View Selected Answer

Responses

7 Replies
Shaswati Saha

What are the difficulties you're facing while following the given link? Would you please share here? Did you try the sample apps below the tutorial?

Ntobeko Sikithi

Well the documentation is not specific in terms of file creating, and the sample is a wgt file and i can't seem to convert to see the source

Mark as answer
Shaswati Saha

You may go through the following link and develop an app from scratch.
https://developer.tizen.org/development/api-references/native-application?redirect=/dev-guide/2.3.1/org.tizen.native.mobile.apireference/group__CAPI__MEDIA__RECORDER__MODULE.html

Unfortunately, I couldn't find any working example related to your requirement.

Tizen is me

Hi Shaswati, I tried this implementation and the result error is at commit always RECORDER_ERROR_INVALID_OPERATION, do you know how to resolve this?

Shaswati Saha

I didn't try to work with this but according to the API reference, some of the functions may return RECORDER_ERROR_INVALID_OPERATION error since 2.3.1. Please go through the link I'd provided in my previous reply carefully.

Tizen is me

And the problem is only occurs in the emulator, when tried it on device it works flawlessly

 

Thanks Shaswati Saha

Ntobeko Sikithi

Thanks for the Help, i found what i was looking for and this tutorial help alort