我按照上一个问题中的代码: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");
。我不确定为什么会发生这种情况,以及如何解决这个问题。
答案 0 :(得分:0)
这可能是因为mixer.Sound
接受了一个声音对象或缓冲对象,并且你给它一个numpy数组。