Merge pull request #14 from Rutherther/feat/add-frame-clock Add frame clock handling
fix: save previous sample data in octets_to_sample
feat: update transport layer to accept whole frame
chore: add documentation to the code
fix(transport): multiply by number of bits in octet in current_buffered_data
fix(transport): correctly parse data and control bits
feat(transport): add transport layer octets to samples conversion