BeatNet
BeatNet copied to clipboard
PyAudio Input overflowed
Hello,
I can run with below modification.
def activation_extractor_stream(self):
# TODO:
''' Streaming window
Given the training input window's origin set to center, this streaming data formation causes 0.084 (s) delay compared to the trained model that needs to be fixed.
'''
with torch.no_grad():
hop = self.stream.read(self.log_spec_hop_length,exception_on_overflow = False)