语言

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,

编辑者为: Brock Boland 17 3月, 2014 原因: Paragraph tags added automatically from tizen_format_fix module.

响应

1 回复
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.