similar to: buffer of op_test_memory ?

Displaying 3 results from an estimated 3 matches similar to: "buffer of op_test_memory ?"

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
2017 Jan 28
0
buffer of op_test_memory ?
Hello. Many thanks for your light, indeed the header was corrupt, I have try with a other opus file and... op_test_memory + op_open_test gives 0 as error and the tags are assigned, numer of channels + length ok. Perfect. Thanks. Fre;D ________________________________ -------------- next part -------------- An HTML attachment was scrubbed... URL:
2017 Jan 28
0
How to use op_test_callbacks ?
Fred van Stappen wrote: > 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,