summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpommicket <leonardomtenenbaum@gmail.com>2015-09-19 09:51:58 -0400
committerpommicket <leonardomtenenbaum@gmail.com>2015-09-19 09:51:58 -0400
commit092b69b38c711cc3fc803d2c303b73370ad5b225 (patch)
tree9763d1692cb5305397627eeb319ceb54db560381
parentfd709ff94a88bf96a0eeeea1a7b73d6c4255728c (diff)
Removed automatic device selection
-rw-r--r--AutoAudioGPU.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/AutoAudioGPU.py b/AutoAudioGPU.py
index 998618a..cf0394b 100644
--- a/AutoAudioGPU.py
+++ b/AutoAudioGPU.py
@@ -1,6 +1,6 @@
import GPU
-GPU.platform_id = -1 #Remove the # at the start of the line to choose platform
+GPU.platform_id = -1
import numpy as np
import random