Skip to content

Instantly share code, notes, and snippets.

@AcTePuKc
AcTePuKc / Spark-TTS-Studio.py
Last active February 28, 2025 14:23
Spark-TTS-PySide_Gui - Spark-TTS Studio
# Save in the main directory
'''
SparkTTS Studio - GUI Description (Concise)
SparkTTS Studio is a user-friendly interface for text-to-speech synthesis, featuring voice cloning capabilities.
Key Features:
Text Input: Large text area to enter text for speech synthesis.
@AcTePuKc
AcTePuKc / bench_kokoro_onnx.py
Last active February 21, 2025 18:08
Kokoro-ONNX Benchmark CPU/GPU
import os
import time
import csv
import multiprocessing
import platform
import torch
import subprocess
import webbrowser
from datetime import datetime
from tabulate import tabulate