Skip to content

Commit

Permalink
Changed PyAudio Source
Browse files Browse the repository at this point in the history
~ Changed source for PyAudio to one with support for Portaudio
- Removed deprecated import
  • Loading branch information
SimLoads committed Jul 30, 2019
1 parent a3d319c commit 3093908
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ScriptSetup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Installer
Author:: Sam F // PyGoose // https://github.com/SimLoads
Version:: 072919.4x0014
Version:: 073019.4x0015
Release Version:: 0.0.2
/NOTES/
Expand All @@ -13,7 +13,7 @@
'''
import sys,os,urllib.request,re,glob,zipfile,time,shutil,platform,threading
import sys,os,urllib.request,re,glob,zipfile,time,shutil,platform
def unpack(branch,files,rep,trees):
for number,letter in enumerate(files):
fileName = (((letter.split('/')[-1])).lower())
Expand Down Expand Up @@ -50,7 +50,7 @@ def unpack(branch,files,rep,trees):
def nextStep():
mList = [
"https://files.pythonhosted.org/packages/4e/9d/c129d78e6b942303b762ccfdf1f8339de80c5e6021b14ef0c99ec5bdc6aa/numpy-1.16.3-cp37-cp37m-win_amd64.whl",
"https://files.pythonhosted.org/packages/ff/4f/d8e286d94e51e4c8eb18cf41caec6ac354698056894192e51f3343b6beac/PyAudio-0.2.11-cp36-cp36m-win_amd64.whl",
"https://github.com/intxcc/pyaudio_portaudio/releases/download/1.1.1/PyAudio-0.2.11-cp37-cp37m-win_amd64.whl",
"https://files.pythonhosted.org/packages/58/f0/d00c0e01e077da883f030af3ff5ce653a0e9e4786f83faa89a6e18c98612/scipy-1.2.1-cp37-cp37m-win_amd64.whl",
"https://files.pythonhosted.org/packages/7f/15/fd6d923adccc64d2d93fcffc245bb2471a2509bb2905a89c4fc772ce4e35/sounddevice-0.3.13-py2.py3.cp26.cp27.cp32.cp33.cp34.cp35.cp36.cp37.cp38.pp27.pp32.pp33.pp34.pp35.pp36-none-win_amd64.whl",
'https://files.pythonhosted.org/packages/2f/ad/9722b7752fdd88c858be57b47f41d1049b5fb0ab79caf0ab11407945c1a7/cffi-1.12.3-cp37-cp37m-win_amd64.whl',
Expand Down

0 comments on commit 3093908

Please sign in to comment.