logo
Browse Source

update

Signed-off-by: junjie.jiang <junjie.jiang@zilliz.com>
main
junjie.jiang 2 years ago
parent
commit
9b8b43adff
  1. 10
      README.md

10
README.md

@ -22,7 +22,11 @@
```Python
import towhee
towhee.glob('./music.mp3').audio_decode().flatten().show(limit=1)
towhee.glob('./music.mp3').audio_decode.ffmpeg().flatten().show(limit=1)
# batch decode
# towhee.glob('./music.mp3').audio_decode.ffmpeg(500).flatten().show(limit=1)
```
@ -39,6 +43,10 @@ Create the operator via the following factory method:
***audio_decode.ffmpeg()***
batch decode, batch_size = 100:
***audio_decode.ffmpeg(100)***
<br />

Loading…
Cancel
Save