#!/bin/bash echo "🎙️ MOSS-TTSD Podcast Player Demo" echo "================================" echo "" echo "📁 文件位置: /root/tts/podcast_audios/" echo "📄 HTML文件: player_demo.html" echo "🎵 音频文件: chapter8_english_demo.wav" echo "📝 字幕文件: chapter8_english_demo.srt" echo "" echo "🚀 启动HTTP服务器..." echo "" cd /root/tts/podcast_audios python3 -m http.server 8080