Le 30 août 2024 à 23:45, Antoine Rousseau antoine@metalu.net a écrit :
I've just done a quick check and it should work. For example:
[read -raw 0 1 4 b your-file your-table( | [soundfiler]
will read a raw 4-bytes-float file in a big-endian format. Use 'l' in place of 'b' to read a little-endian file.
That's quite clever, thank you for the tip.