From a09bc95538072742543f2e9f6a8be5c5265660d1 Mon Sep 17 00:00:00 2001 From: LocoRichard Date: Fri, 22 Apr 2022 09:55:12 +0800 Subject: [PATCH] [DOC] Refine Readme Signed-off-by: LocoRichard --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0abb6a7..1797522 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,6 @@ **Audio** **Decode** converts the encoded audio back to uncompressed audio frames. In most cases, audio decoding is the first step of an audio processing pipeline. -Using the default audio_decode implementation and writing the pipeline in the simplified way -
@@ -37,9 +35,9 @@ towhee.glob('./music.mp3').audio_decode().flatten().show(limit=1) ### Factory Constructor -Create the operator via the following factory method +Create the operator via the following factory method: -audio_decode.ffmpeg() +***audio_decode.ffmpeg()***