Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -320,7 +320,7 @@ class VibeVoiceDemo:
|
|
| 320 |
audio_file.write(audio_int16)
|
| 321 |
|
| 322 |
timestamps[str(i + 1)] = {
|
| 323 |
-
"text": text_content, "speaker_id": speaker_idx,
|
| 324 |
"start": current_time, "end": current_time + duration
|
| 325 |
}
|
| 326 |
current_time += duration
|
|
|
|
| 320 |
audio_file.write(audio_int16)
|
| 321 |
|
| 322 |
timestamps[str(i + 1)] = {
|
| 323 |
+
"text": text_content, "speaker_id": speaker_idx+1,
|
| 324 |
"start": current_time, "end": current_time + duration
|
| 325 |
}
|
| 326 |
current_time += duration
|