Displaying 2 results from an estimated 2 matches for "op_test_file".
Did you mean:
a_test_file
2017 Jan 23
1
error: op_test_file: -129
Hello.
When trying to access a url with op_test_url, ther is that error message:
error: op_test_file: -129
What is error -129 (and how to know meaning of int messages) ?
Thanks.
Fre;D
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.xiph.org/pipermail/opus/attachments/20170123/be547250/attachment.html>
2017 Jan 28
2
How to use op_test_callbacks ?
Hello.
I have succeffully open a memory buffer from a url-opus-file with (from Pascal fpc):
HandleOP := op_test_memory(BufferURL[0],PipeBufferSize, Err);
op_test_open(StreamIn[x].Data.HandleOP);
I can retrieve the tags infos, all seems ok.
But for reading, using this gives 0 outframes:
outframes := op_read_float(Data.HandleOP, at Buffer[0], Wantframesm, nil);
I suspect that some callback