瀏覽代碼

default output device to 0

Gamaliel Espinoza 8 年之前
父節點
當前提交
f1160b5df6
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      tools/fourier/cli.py

+ 1 - 0
tools/fourier/cli.py

@@ -178,6 +178,7 @@ def main():
 
             audio = pyaudio.PyAudio()
             stream = audio.open(format=pyaudio.paInt16,
+                                output_device_index=0,
                                 channels=1,
                                 rate=44100,
                                 output=True)