Displaying 2 results from an estimated 2 matches for "audionotetaker".
2015 Nov 05
3
Opusfile seeking bug
...; 0)
printf("Seek failed with OP_EBADLINK!\n");
op_free(opfile);
}
else
{
printf("No packets split over page boundaries in file.");
}
return 0;
}
Simon Jackson
Software Developer
Sonocent Ltd.
Tel: 0113 815 0223
www.sonocent.com <http://www.sonocent.com/>
@AudioNotetaker <https://twitter.com/AudioNotetaker>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.xiph.org/pipermail/opus/attachments/20151105/6828266d/attachment-0001.htm
-------------- next part --------------
A non-text attachment was scrubbed...
Name: P...
2015 Nov 06
1
Opusfile seeking bug
Here is the file which should manifest the issue.
Simon Jackson
Software Developer
Sonocent Ltd.
Tel: 0113 815 0223
www.sonocent.com <http://www.sonocent.com/>
@AudioNotetaker <https://twitter.com/AudioNotetaker>
> On 5 Nov 2015, at 21:29, Timothy B. Terriberry <tterribe at xiph.org> wrote:
>
> Simon Jackson wrote:
>> packets split over page boundaries. I can provide an opus file which has
>> split packets if that is easier for you. I w...