summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpommicket <leonardomtenenbaum@gmail.com>2015-09-19 09:51:20 -0400
committerpommicket <leonardomtenenbaum@gmail.com>2015-09-19 09:51:20 -0400
commit218b1edfd4911c08275e6b3aaf6711d4a9fa5280 (patch)
treedbe278cce70877e24fe4801fab4e47966c724de3
parent8389e8ba4a57a837073f3f56e081118a1a0f31f7 (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 e018e93..998618a 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 #Remove the # at the start of the line to choose platform
import numpy as np
import random