]> git.immae.eu Git - perso/Immae/Projets/Python/MusicSampler.git/commitdiff
Remove pyaudio
authorIsmaël Bouya <ismael.bouya@normalesup.org>
Sat, 16 Jul 2016 16:00:53 +0000 (18:00 +0200)
committerIsmaël Bouya <ismael.bouya@normalesup.org>
Sat, 16 Jul 2016 16:00:53 +0000 (18:00 +0200)
helpers/music_file.py

index 8b1c4804f56fdefac13698f0502d77cba5b077c0..ebe458beb595aefc0d9ac2c9f5d0de2f35f985e5 100644 (file)
@@ -3,7 +3,6 @@ import pydub
 import time
 from transitions.extensions import HierarchicalMachine as Machine
 
-import pyaudio as pa
 import sounddevice as sd
 import os.path
 
@@ -12,8 +11,6 @@ from . import gain
 
 file_lock = Lock("file")
 
-pyaudio = pa.PyAudio()
-
 class MusicFile(Machine):
     def __init__(self, filename, mapping, name = None, gain = 1):
         states = [