我必须为 s = Sound() 导入哪个库?

which library must i import for s = Sound()?

我有以下代码片段:

#import library
import os
s = Sound()
#read file
s.read('ffs.mp3')
#play sound
s.play

我必须为 s = Sound() 导入哪个库?

您可能指的是似乎不再维护的 The Snack Sound Toolkit