|
21 | 21 | </div>
|
22 | 22 | <div id="config-container" class="hidden-mobile">
|
23 | 23 | <div class="config-wrapper">
|
24 |
| - <select id="voice-select"> |
25 |
| - <option value="Puck">Puck (Male)</option> |
26 |
| - <option value="Charon">Charon (Male)</option> |
27 |
| - <option value="Fenrir">Fenrir (Male)</option> |
28 |
| - <option value="Kore">Kore (Female)</option> |
29 |
| - <option value="Aoede" selected>Aoede (Female)</option> |
30 |
| - </select> |
31 |
| - <div class="fps-container"> |
32 |
| - <span class="fps-label">FPS: </span> |
33 |
| - <input type="number" id="fps-input" placeholder="Video FPS" value="2" min="1" max="30" step="1"/> |
| 24 | + <div class="setting-container"> |
| 25 | + <span class="setting-label">Sound: </span> |
| 26 | + <select id="voice-select"> |
| 27 | + <option value="Puck">Puck (Male)</option> |
| 28 | + <option value="Charon">Charon (Male)</option> |
| 29 | + <option value="Fenrir">Fenrir (Male)</option> |
| 30 | + <option value="Kore">Kore (Female)</option> |
| 31 | + <option value="Aoede" selected>Aoede (Female)</option> |
| 32 | + </select> |
| 33 | + </div> |
| 34 | + <div class="setting-container"> |
| 35 | + <span class="setting-label">Response Type: </span> |
| 36 | + <select id="response-type-select"> |
| 37 | + <option value="text">Text</option> |
| 38 | + <option value="audio" selected>Audio</option> |
| 39 | + </select> |
| 40 | + </div> |
| 41 | + <div class="setting-container"> |
| 42 | + <span class="setting-label">Video FPS: </span> |
| 43 | + <input type="number" id="fps-input" placeholder="Video FPS" value="1" min="1" max="30" step="1"/> |
34 | 44 | <span class="fps-help">Higher FPS need more network bandwidth</span>
|
35 | 45 | </div>
|
36 |
| - <textarea id="system-instruction" placeholder="Enter custom system instructions..." rows="3"></textarea> |
| 46 | + <textarea id="system-instruction" placeholder="Enter custom system instructions..." rows="6"></textarea> |
37 | 47 | <button id="apply-config">Confirm</button>
|
38 | 48 | </div>
|
39 | 49 | </div>
|
|
0 commit comments