Files
ToTheMoon/Audio/scripts/download_helper.sh
2025-08-27 18:40:30 +08:00

35 lines
980 B
Bash
Executable File
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#!/bin/bash
# 简化音频下载脚本
# 提供具体的下载步骤
echo "🎵 音频文件下载助手"
echo "===================="
echo ""
echo "📋 推荐下载顺序:"
echo ""
echo "1. 🔘 UI音效 (最重要)"
echo " - button_click.mp3"
echo " - notification_beep.mp3"
echo " - error_alert.mp3"
echo ""
echo "2. 🎭 事件音效"
echo " - discovery_chime.mp3"
echo " - time_distortion.mp3"
echo ""
echo "3. 🎼 背景音乐"
echo " - ambient_mystery.mp3"
echo " - electronic_tension.mp3"
echo ""
echo "🔗 推荐下载网站:"
echo " 1. Pixabay: https://pixabay.com/sound-effects/"
echo " 2. Freesound: https://freesound.org/"
echo ""
echo "📥 下载完成后:"
echo " 1. 重命名文件为准确的名称"
echo " 2. 移动到 app/src/main/res/raw/ 目录"
echo " 3. 运行: ./audio_rename.sh"
echo " 4. 验证: python3 verify_audio_names.py"
echo ""
echo "✨ 即使只下载3-5个核心文件音频系统也能正常工作"