Files
scripts/tts-generator/testar_opcoes_naturais.sh

27 lines
694 B
Bash
Executable File
Raw Permalink Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
#!/bin/bash
# testar_opcoes_naturais.sh
# Author: Descomplicar® Crescimento Digital
# Link: https://descomplicar.pt
# Copyright: 2025 Descomplicar®
# Teste rápido das diferentes opções
echo "🎧 Testando opções para voz mais natural..."
source venv/bin/activate
echo "1⃣ Testando voz masculina Duarte..."
python teste_duarte.py
echo ""
echo "2⃣ Testando formatação melhorada..."
python gerar_formatado.py
echo ""
echo "🎧 Ficheiros gerados para comparação:"
ls -la teste_duarte_ptpt.mp3 descomplicar_formatado_natural.mp3 2>/dev/null
echo ""
echo "💡 Ouve ambos e diz qual soa mais natural!"
echo "📝 Se ainda não estiver bom, posso configurar Azure Speech"