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"""