pyAudio中生成的声音在Pygame中不起作用

时间:2018-03-06 19:27:50

标签: python audio pygame pyaudio

我按照上一个问题中的代码:Generating sine wave sound in Python添加了行sound = pygame.mixer.Sound(var)。我尝试在pygame TypeError: Unrecognized argument (type NoneType)中使用此变量,但我收到错误document.getElementById('select-choice-1').value = HomeLocation; $("#select-choice-1").selectmenu("refresh"); 。我不确定为什么会发生这种情况,以及如何解决这个问题。

1 个答案:

答案 0 :(得分:0)

这可能是因为mixer.Sound接受了一个声音对象或缓冲对象,并且你给它一个numpy数组。