Languages

Menu
Sites
Language
How to Store Audio into buffer and then reading it byte by byte

 

I am interested to put the audio data in a buffer and read it byte by byte..Can any one help me please...thanks in advance,

Edited by: Brock Boland on 17 Mar, 2014 Reason: Paragraph tags added automatically from tizen_format_fix module.

Responses

1 Replies
john Smith
Hi, Go through the namespace Tizen::Media, in that you can get the AudioDecoder and AudioEncoder class, which help you to you to understand, how to read the stream of buffer one by one. Check MediaApp application, available in SDK.