BeatNet icon indicating copy to clipboard operation
BeatNet copied to clipboard

PyAudio Input overflowed

Open AltinayGrass opened this issue 2 years ago • 0 comments

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)

AltinayGrass avatar May 04 '22 18:05 AltinayGrass