audio-decode
copied
update
@ -12,9 +12,12 @@
Using the default audio_decode implementation and writing the pipeline in the simplified way
<br />
### Code Example
@ -26,8 +29,12 @@ towhee.glob('./music.mp3')
```
### Factory Constructor
@ -36,9 +43,12 @@ Create the operator via the following factory method
audio_decode.ffmpeg()
### Interface