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