From 5d420f0d74a229d5769275a2835e74d479cf0eb9 Mon Sep 17 00:00:00 2001 From: Sam Perry Date: Tue, 13 Feb 2018 08:35:33 +0000 Subject: [PATCH] Added warning to README --- README.md | 4 ++++ src/sppysound/audiofile.py | 1 + 2 files changed, 5 insertions(+) diff --git a/README.md b/README.md index a9f1d70..1efe844 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # PySoundConcat +WARNING: There are a currently a number of problems with the synthesis stage of +this project that may result in less than ideal results. These will hopefully +be fixed in the near future. + A python script for generating granular synthesis driven representations of audio files based on audio database analysis. diff --git a/src/sppysound/audiofile.py b/src/sppysound/audiofile.py index 06e4eaa..d2d6f82 100644 --- a/src/sppysound/audiofile.py +++ b/src/sppysound/audiofile.py @@ -88,6 +88,7 @@ class AudioFile(object): self.channels = channels self.frames = None self.times = None + jhsbdcjhsbdc def __enter__(self): """Allow AudioFile object to be opened by 'with' statements"""