Groove Music or Windows Media Player can't play WAV file written with scipy.io.wavfile.write

后端 未结 0 1548
感情败类
感情败类 2021-02-05 01:18

I tried the code below to make a WAV file playing a fifth for 2 seconds:

C4 = 261.626
G4 = 391.995
t = np.arange(0, 2, 1/44100)
x = np.sin(2*np.pi*C4*t) + np.sin(         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题