> For the complete documentation index, see [llms.txt](https://docs.maiagent.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.maiagent.ai/maiagent-user-guide/maiagent-user-guide-ja/meeting-records/offline-transcription.md).

# オフライン会議記録

オフラインモードでは、録音済みの音声ファイルをアップロードでき、システムが高精度の文字起こしと話者識別を行い、タイムライン付きの逐語記録を生成します。

## 対応する音声ファイル形式 <a href="#supported-audio-formats" id="supported-audio-formats"></a>

| 形式  | 拡張子    |
| --- | ------ |
| MP3 | `.mp3` |
| MP4 | `.mp4` |
| M4A | `.m4a` |
| AAC | `.aac` |
| WAV | `.wav` |

## 音声ファイルのアップロード <a href="#upload-audio-file" id="upload-audio-file"></a>

1. 「会議記録」ページに移動します
2. 音声ファイルのアップロードを選択します
3. ローカルの音声ファイルを選択します（mp3、mp4、m4a、aac、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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.maiagent.ai/maiagent-user-guide/maiagent-user-guide-ja/meeting-records/offline-transcription.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
