NewSound = GuassianNoise + array Traceback (most recent call last): File "<ipython-input-35-8c46e70f5910>", line 1, in <module> NewSound = GuassianNoise + array ValueError: operands could not be broadcast together with shapes (472000,) (472000,2)
NewSound = GuassianNoise + array
Traceback (most recent call last):
File "", line 1, in
NewSound = GuassianNoise + array
ValueError: operands could not be broadcast together with shapes (472000,) (472000,2)