Skip to content

Commit

Permalink
Display TOC byte 2
Browse files Browse the repository at this point in the history
  • Loading branch information
csiwek committed Jul 29, 2019
1 parent 18df0e1 commit 1fe88f8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions opus.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit 1fe88f8

Please sign in to comment.