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?
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?