From b7750053fb2e2963237448b2f35db16a728347ec Mon Sep 17 00:00:00 2001 From: junjiejiangjjj Date: Thu, 7 Apr 2022 19:21:40 +0800 Subject: [PATCH] update --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 5e78c17..33429ab 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Audio decode implementation with PyAV +# Audio Decode Implementation With PyAV *author: Junjie Jiang* @@ -17,7 +17,6 @@ Using the default audio_decode implementation and writing the pipeline in the si ### Code Example ---- ```Python import towhee @@ -31,7 +30,6 @@ towhee.glob('./music.mp3') ### Factory Constructor ---- Create the operator via the following factory method @@ -43,7 +41,6 @@ audio_decode.ffmpeg() ### Interface ---- An audio decode operator takes an audio file path as input. It decodes the audio back to audio frames.