From 052071a37a17ebcedc3e58cd4c353688727116f8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= <ismael.bouya@normalesup.org>
Date: Sat, 16 Jul 2016 18:00:53 +0200
Subject: Remove pyaudio

---
 helpers/music_file.py | 3 ---
 1 file changed, 3 deletions(-)

(limited to 'helpers')

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 = [
-- 
cgit v1.2.3