diff --git a/opus.go b/opus.go index f7c7153..528fca1 100644 --- a/opus.go +++ b/opus.go @@ -285,6 +285,9 @@ func (i *OpusReader) getPageSingle() ([]byte, error) { i.currentSegment += 1 } + //Reading the TOC byte - we need to know the frame duration. + fmt.Printf("============= TOC : % 08b \n", tmpPacket[0]) + return tmpPacket, nil }