From: Ismaƫl Bouya Date: Sat, 16 Jul 2016 16:00:53 +0000 (+0200) Subject: Remove pyaudio X-Git-Tag: 1.0.0~54 X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2FPython%2FMusicSampler.git;a=commitdiff_plain;h=052071a37a17ebcedc3e58cd4c353688727116f8 Remove pyaudio --- diff --git a/helpers/music_file.py b/helpers/music_file.py index 8b1c480..ebe458b 100644 --- a/helpers/music_file.py +++ b/helpers/music_file.py @@ -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 = [