audio-decode
copied
update
@ -25,7 +25,7 @@ Using the default audio_decode implementation and writing the pipeline in the si
import towhee
towhee.glob('./music.mp3')
.audio_decode().flatten().show(limit=4)
.audio_decode().flatten().show(limit=1)
```