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.
有谁知道如何在 Tkinter 窗口(Python)中显示声音文件的波形?
根据声音文件格式,如果它是 .wav,那么您可能只需将其读入 numpy 数组然后绘制它,否则您将不得不首先解析文件格式。