modify human run error
This commit is contained in:
parent
9250cef407
commit
23f71300e8
@ -23,7 +23,7 @@ class Chunk2Mal:
|
||||
try:
|
||||
chunk, type_ = self.pull_chunk()
|
||||
self._chunks.append(chunk)
|
||||
self._human.push_audio_frame((chunk, type_))
|
||||
self._human.push_audio_frames((chunk, type_))
|
||||
print("1")
|
||||
except queue.Empty:
|
||||
continue
|
||||
|
Loading…
Reference in New Issue
Block a user