Skip to content

Commit

Permalink
Merge pull request #887 from AI4Bharat/audio_preload
Browse files Browse the repository at this point in the history
added metadata preload in audio segment
  • Loading branch information
aparna-aa authored Jan 8, 2024
2 parents ac87437 + d7ea23b commit c8f8ba1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ui/pages/container/CL-Transcription/AudioPanel.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ const AudioPanel = memo( ({
controls
controlsList="nodownload"
src={TaskDetails?.data?.audio_url}
preload="metadata"
type="audio"
// style={{
// width: videoDetails?.video?.audio_only ? "20%" : "",
Expand Down

0 comments on commit c8f8ba1

Please sign in to comment.