Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 aifc 库打开 aif 文件,并使用他的方法 readframes(nframes) 以字节为单位读取帧。但现在我必须转换浮点值列表中的字节。
我该怎么做?
你看过python标准库中的struct lib吗?