We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d558b26 commit 77eb397Copy full SHA for 77eb397
drum_beat.py
@@ -615,12 +615,6 @@ def generate_sound_files(self):
615
mid_tom_int16 = (mid_tom_sound * np.iinfo(np.int16).max).astype(np.int16)
616
wavfile.write('generatedSounds/mid_tom_sound.wav', self.sample_rate, mid_tom_int16)
617
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
-
624
625
if __name__ == '__main__':
626
pass
0 commit comments