mirror of https://github.com/suno-ai/bark.git
Update README.md to enhance demo section and include audio playback for output
parent
6ced5dc689
commit
53dd83a966
11
README.md
11
README.md
|
@ -168,7 +168,7 @@ audio_array = srt_to_audio(
|
|||
```
|
||||
|
||||
<details>
|
||||
<summary>`demo SRT`: looks something like this </summary>
|
||||
<summary> DEMO SRT: looks something like this </summary>
|
||||
|
||||
```srt
|
||||
1
|
||||
|
@ -196,11 +196,14 @@ unique every time and it
|
|||
basically makes quizzes by following the structure of the syllabus and government and or
|
||||
```
|
||||
|
||||
</details>
|
||||
|
||||
## `output`:
|
||||
|
||||
[srt_to_audio.webm](https://github.com/jayeshthk/jayeshthk/raw/refs/heads/main/statics_helper/final_output_audio%20(1).webm)
|
||||
<audio controls>
|
||||
<source src="https://github.com/usern/usern/raw/refs/heads/main/statics_helper/final_output_audio%20(1).webm" type="audio/webm">
|
||||
Your browser does not support the audio element.
|
||||
</audio>
|
||||
|
||||
</details>
|
||||
|
||||
## Parameters:
|
||||
|
||||
|
|
Loading…
Reference in New Issue