Can someone give me a hand loading a wav file and displaying it’s contents?
The file is about 344KB
I’m using io.open(path, “rb” )
What do I need to change this to to show the hex values ?
if file then – nil if no file found
local contents = file:read( “*a” )
print( "Contents of " … path … “\n” … contents )
io.close( file )
end
[import]uid: 97524 topic_id: 18769 reply_id: 318769[/import]