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