dev-ansh-r Claude Opus 4.6 commited on
Commit
2fb95b8
·
1 Parent(s): 2005e75

Move sample output to top with working audio player

Browse files

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

Files changed (1) hide show
  1. README.md +6 -9
README.md CHANGED
@@ -16,6 +16,12 @@ pipeline_tag: text-to-speech
16
 
17
  A step-by-step guide to quantize the [Supertonic TTS](https://huggingface.co/Supertone/supertonic) model for Qualcomm QCS6490 using QAIRT/QNN.
18
 
 
 
 
 
 
 
19
  ## Requirements
20
 
21
  - QAIRT/QNN SDK **v2.37**
@@ -138,15 +144,6 @@ These `.so` files are compiled from the `.cpp` sources and are ready to be deplo
138
  - `Supertonic_TTS_StepbyStep.ipynb`
139
  - `Correlation_Verification.ipynb`
140
 
141
- ## Sample Output
142
-
143
- Audio generated on QCS6490 board using quantized models (10 diffusion steps, noise-reduced):
144
-
145
- <audio controls>
146
- <source src="final_output.wav" type="audio/wav">
147
- Your browser does not support the audio element.
148
- </audio>
149
-
150
  ## Note
151
 
152
  > Inference script and sample application are not provided. Optimization work is ongoing and will be released soon.
 
16
 
17
  A step-by-step guide to quantize the [Supertonic TTS](https://huggingface.co/Supertone/supertonic) model for Qualcomm QCS6490 using QAIRT/QNN.
18
 
19
+ ## Sample Output
20
+
21
+ Audio generated on QCS6490 board using quantized models (10 diffusion steps, noise-reduced):
22
+
23
+ <audio controls src="final_output.wav"></audio>
24
+
25
  ## Requirements
26
 
27
  - QAIRT/QNN SDK **v2.37**
 
144
  - `Supertonic_TTS_StepbyStep.ipynb`
145
  - `Correlation_Verification.ipynb`
146
 
 
 
 
 
 
 
 
 
 
147
  ## Note
148
 
149
  > Inference script and sample application are not provided. Optimization work is ongoing and will be released soon.