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.
如何根据 wave surfer 中标记的标签将一个巨大的 .wav 文件分成多个 .wav 文件,就像这张图片一样
每当看到 1 或 0 时,我想根据上标签值划分 wav 文件,直到它必须形成另一个 .wav 文件
如果你不能轻易地将这些数据导入 Python,你应该查看pyAudioAnalysis包中的扬声器分类函数。