언어 설정

Menu
Sites
Language
Voice recorder Sample is not working

Hello,

I am trying to deploy the "Voice Recorder" sample provided by The Tizen Wearable IDE on the Gear 2 device, but unfortunately, it doesn't work:

The application execute normally (I mean the phone icon appears), but on the IDE console, I got 

js/app.js:16:app () :init
js/core/core.js (324) :Module loaded: helpers/string
js/views/main.js (254) :onAudioReady()
js/models/audio.js (129) :settings.error
js/views/main.js (298) :Error: [object CameraSettingErrors]

 

What is the mistake?

Thanks in advance.

Responses

4 댓글
karray gargouri

Hi,

Another thing, When I tested my application sample on the emulator, it's mentionned in the "audio.js" file that the record directory is "AUDIO_DESTINATION_DIRECTORY = '/opt/usr/media/Sounds'", but when I access it , I found it empty! even when I click on play button, I hear nothing !

What's wrong?

karray gargouri

I have, finally, found the recorded file into this path: '/opt/usr/media/Sounds', but when I open it, I hear nothing (even it has a size)! like if I recorded without talking.

Byung geun Lee

Hello,

I have a similar but a little different problem yours..

Path : AUDIO_DESTINATION_DIRECTORY = '/opt/usr/media/Sounds' works well, and i can find my ' myaudiofile.amr ' file in that directory at sdb.

And i wanna change the path to '/opt/usr/media/test'.( I made the 'test' folder exactly !)

But file was also saved in previous directory,  '/opt/usr/media/Sounds' .

What is the problem with me.

Thank you for reading.

 

Seoghyun Kang

Hello,

 

Sometimes I received the test report from tester as your problem. When I checked it, there was no problem in the VoiceRecorder.

Most of the reasons is the volume of the microphone.

 

Could you check your microphone volume?

Thanks