We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f7b484 commit a002c61Copy full SHA for a002c61
README.md
@@ -232,7 +232,7 @@ mic = MicrophoneAudioSource(sample_rate)
232
233
stream = mic.stream.pipe(
234
# Reformat stream to 5s duration and 500ms shift
235
- dops.rearrange_audio_stream(sample_rate),
+ dops.rearrange_audio_stream(sample_rate=sample_rate),
236
ops.map(lambda wav: (wav, segmentation(wav))),
237
ops.starmap(embedding)
238
).subscribe(on_next=lambda emb: print(emb.shape))
0 commit comments