Get the frames values from the frames bytes
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?
Did you look at the struct lib in python standard lib?
精彩评论