Displaying 3 results from an estimated 3 matches for "dmwharris".
Did you mean:
dbharris
2019 Mar 06
0
FLAC frame boundaries and protocol
...on to the sample format, particularly the bit justification for larger samples like 24-bit audio. I remember being interested in streaming, as opposed to file-based compression, but I can’t recall whether I ever finished that project.
Brian Willoughby
On Mar 5, 2019, at 10:36 AM, Dave Harris <dmwharris at verizon.net> wrote:
> Hello,
>
> I've set up and have been reading through the FLAC reference implementation source code on Windows and stepping through it in the debugger. I've been trying to understand how the protocol knows where the subframe and frame boundaries are. I...
2019 Mar 05
2
FLAC frame boundaries and protocol
Hello,
I've set up and have been reading through the FLAC reference implementation source code on Windows and stepping through it in the debugger. I've been trying to understand how the protocol knows where the subframe and frame boundaries are. Is there a good tutorial that discusses the ins and outs of the flac protocol? Also, is there a piece of the reference code that shows how
2019 Mar 19
0
FLAC frame boundaries and protocol
Thanks, guys. Your answers helped and I think I have some ideas now on what to do.
On Wednesday, March 6, 2019 Miroslav Lichvar <mlichvar at redhat.com> wrote:
On Tue, Mar 05, 2019 at 10:26:54PM -0800, Brian Willoughby wrote:
> Frames start with a 14-bit sync code, which is 13 “one" bits and 1 “zero" bit. Subframes start with a 1-bit padding of “zero." Keep in mind that