search for: 63daac16

Displaying 2 results from an estimated 2 matches for "63daac16".

2013 Jul 02
2
About Decode Streaming
...to server. I haven't known that I should increment buffer pointer, I have always write data at beginning of buffer. I think, error arise from increment? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/flac-dev/attachments/20130702/63daac16/attachment-0001.htm
2013 Jul 02
3
About Decode Streaming
Yes, I have tried plain wav data with file and stream functions of decoder and encoder. They work succesfully. You're right about FLAC can't find the first block in stream, because I didn't add any metadata in stream. The documentation of FLAC says that metadata callback function is optional for stream function of decoder, so I didn't need adding metadata. Actually, I am sure