Files
nexus/wiki/sources/2025-03-14.md

40 lines
1.1 KiB
Markdown
Raw 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.
---
title: "2025-03-14 日记"
type: source
tags: [diary]
date: 2025-03-14
---
## Source File
- [[raw/Daily notes/2025-03-14.md]]
## Summary
- 核心主题F5-TTS本地语音克隆工具安装
- 问题域:如何在本地实现语音克隆
- 方法/机制使用Conda创建Python 3.10环境安装PyTorch和F5-TTS配置FFmpeg
- 结论/价值成功安装F5-TTS并测试语音转换效果良好但CPU处理较慢
## Key Claims
- F5-TTS是由交大学生开发的开源语音克隆项目
- 使用Conda可以创建独立的Python环境避免依赖冲突
- FFmpeg是处理音频文件的必要组件
- GPU加速可显著提升推理速度
## Key Quotes
> "ffmpeg was not found but is required to load audio files from filename"
## Key Concepts
- [[语音克隆]]:用少量样本重建个人声音
- [[Conda]]Python环境管理工具
## Key Entities
- [[F5-TTS]]:开源语音克隆项目
- [[FFmpeg]]:多媒体处理工具
- [[Gradio]]Web界面框架
## Connections
- [[F5-TTS]] ← 基于 ← [[PyTorch]]
- [[语音克隆]] ← 应用场景 ← [[AI配音]]
## Contradictions