Added warning to README

This commit is contained in:
2018-02-13 08:35:33 +00:00
parent b58dad833e
commit 5d420f0d74
2 changed files with 5 additions and 0 deletions
+4
View File
@@ -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.
+1
View File
@@ -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"""