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.
我目前在 python 上使用pyglet作为我的声音库,
该库很棒,但它不包含我真正需要的重要功能:
播放某首歌曲时的频率控制(比如说.mp3),
意思是,我想在演奏时降低低音频率或提高较高频率
某首歌。
它应该有一个播放器,可以播放歌曲中某个位置的歌曲,
一起播放几个 .mp3 并可以在需要时暂停/停止(pyglet 有这些选项)
是否有拥有这些功能的 python 声音库?
我正在使用 mac os 10.8