feat(wiki): ingest Cloud DevOps and Home Office sources batch

This commit is contained in:
2026-04-14 20:27:45 +08:00
parent b299ecf694
commit 189d98acd2
57 changed files with 2029 additions and 189 deletions

View File

@@ -0,0 +1,39 @@
---
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