开发者

Get the frames values from the frames bytes

开发者 https://www.devze.com 2023-03-16 01:05 出处:网络
i\'m using the aifc library 开发者_如何学编程for open an aif file and his method readframes(nframes) for read the frame in 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?

0

精彩评论

暂无评论...
验证码 换一张
取 消