Dear all,
I am working on a project which needs record audio from samsung gear2. I have installed Tizen wearable SDK and received my certificate for devices. I have tried several examples available online and built them for my gear2. My goal is to record audio by gear2 (especially in "wav" or other raw data format). I examined the example or AudioRecording provided by Samsung which get audio via Camera API. The problem of recording audio in this way is that the saved format is limited to either "3gp" or "amr", which is ecoded with terriblly bad quality of voice. I am wondering if anyone has used another API to record audio (wav) successfully in gear2?
One closest post I can find is: http://developer.samsung.com/forum/board/thread/view.do?boardName=SDK&messageId=260733
But it seems there is no answer for this problem yet.
Thanks for any suggestion on it.