diff --git a/same.py b/same.py index 3694c7e..48295b9 100644 --- a/same.py +++ b/same.py @@ -44,6 +44,7 @@ def spaceBit(self): samples = np.arange(t * self.samplerate) / self.samplerate return np.sin(2 * np.pi * f * samples) + def byte(self, the_byte):