You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
This is an appendix to my SO answer, illustrating the equivalence of reading binary data with `readstring` and hex-encoded ascii data with `readhexstring`. From an idea in the comment-section.
% use $ xxd Spacewar.pbm | head
% to find the length of the header and read that length
% into the buffer and discard, leaving only samples.
infile buf 0 16#5d getinterval readdata pop pop