# 離線會議記錄

離線模式讓你上傳已錄好的音檔，系統會進行高精準轉錄、語者辨識，並產生帶有時間軸的逐字稿。

## 支援的音檔格式 <a href="#supported-audio-formats" id="supported-audio-formats"></a>

| 格式  | 副檔名    |
| --- | ------ |
| MP3 | `.mp3` |
| MP4 | `.mp4` |
| M4A | `.m4a` |
| WAV | `.wav` |

## 上傳音檔 <a href="#upload-audio-file" id="upload-audio-file"></a>

1. 進入「會議記錄」頁面
2. 選擇上傳音檔
3. 選取本機的音檔（支援 mp3、mp4、m4a、wav）
4. 系統開始背景處理

上傳後，會議記錄狀態會變為「處理中」，系統會自動進行轉錄。

## 多語言高精準轉錄 <a href="#multilingual-high-accuracy-transcription" id="multilingual-high-accuracy-transcription"></a>

離線模式使用高精準的語音辨識引擎（如 WhisperX），相較於即時模式有更高的辨識準確度：

* 支援多種語言辨識
* 辨識準確度高於即時轉錄
* 適合重要會議需要精確紀錄的場景

## 語者辨識與管理 <a href="#speaker-identification-and-management" id="speaker-identification-and-management"></a>

離線模式支援自動語者辨識（Speaker Diarization），系統會自動區分不同發言者：

* **自動辨識**：系統自動標記不同發言者（如 SPEAKER\_00、SPEAKER\_01）
* **自訂名稱**：可將系統標記改為真實姓名（如「張經理」、「李組長」）
* **管理介面**：統一管理所有發言者的標籤名稱

語者標籤修改後，逐字稿中的所有相關片段都會同步更新。

## 高精準時間軸辨識 <a href="#high-accuracy-timeline-recognition" id="high-accuracy-timeline-recognition"></a>

每段轉錄文字都帶有精確的起始和結束時間，讓你能：

* 精確定位每段發言的時間點
* 搭配音檔播放器同步跳轉
* 匯出為帶時間戳的 SRT 字幕檔

## 動態字幕播放 <a href="#dynamic-subtitle-playback" id="dynamic-subtitle-playback"></a>

離線模式提供音檔播放器與逐字稿同步的動態字幕功能：

* **同步高亮**：播放音檔時，當前播放的逐字稿段落會自動高亮顯示
* **點擊跳轉**：點擊任一逐字稿段落，音檔會自動跳到對應的時間點
* **搜尋定位**：搜尋關鍵字後，可直接跳到該段落的音檔位置

這個功能讓你能快速找到會議中的特定討論內容，不需要從頭聽完整段錄音。


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.maiagent.ai/meeting-records/offline-transcription.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
