Skip to content

Commit a002c61

Browse files
committed
Fix error in README.md
1 parent 4f7b484 commit a002c61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ mic = MicrophoneAudioSource(sample_rate)
232232

233233
stream = mic.stream.pipe(
234234
# Reformat stream to 5s duration and 500ms shift
235-
dops.rearrange_audio_stream(sample_rate),
235+
dops.rearrange_audio_stream(sample_rate=sample_rate),
236236
ops.map(lambda wav: (wav, segmentation(wav))),
237237
ops.starmap(embedding)
238238
).subscribe(on_next=lambda emb: print(emb.shape))

0 commit comments

Comments
 (0)