Skip to content

Commit 77eb397

Browse files
Removed unnecessary comments 😁
1 parent d558b26 commit 77eb397

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

drum_beat.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -615,12 +615,6 @@ def generate_sound_files(self):
615615
mid_tom_int16 = (mid_tom_sound * np.iinfo(np.int16).max).astype(np.int16)
616616
wavfile.write('generatedSounds/mid_tom_sound.wav', self.sample_rate, mid_tom_int16)
617617

618-
# # Next set of sounds
619-
# clap_sound = Clap().generate_clap_sound(self.duration)
620-
# tambourine_sound = Tambourine().generate_tambourine_sound(self.duration)
621-
# bongo_sound = Bongo().generate_bongo_sound(self.duration)
622-
# tabla_sound = Tabla().generate_drum_sound(150, self.duration)
623-
624618

625619
if __name__ == '__main__':
626620
pass

0 commit comments

Comments
 (0)