1

i'm using the aifc library for open an aif file and his method readframes(nframes) for read the frame in bytes. But now i have to convert the bytes in a float list of values.

How can i do it?

JasonMArcher
  • 14,195
  • 22
  • 56
  • 52
Luca Romagnoli
  • 12,145
  • 30
  • 95
  • 157

1 Answers1

0

Did you look at the struct lib in python standard lib?

luc
  • 41,928
  • 25
  • 127
  • 172