> ## Documentation Index
> Fetch the complete documentation index at: https://manual.voiceping.net/llms.txt
> Use this file to discover all available pages before exploring further.

# Phiên âm trực tiếp trên di động

> Phiên âm và dịch song ngữ theo thời gian thực trên iOS và Android.

export const FeedbackVi = () => <>
    <Tip>
      Có ý tưởng hoặc yêu cầu về tính năng này? Gửi cho nhóm qua <a href="/vi/product-feedback">Product Feedback</a>.
    </Tip>

    <h2>Liên kết chính thức</h2>

    <CardGroup cols={2}>
      <Card title="Website chính thức" icon="globe" href="https://voiceping.net/en/">
        Truy cập website chính thức
      </Card>
      <Card title="X (Twitter)" icon="x-twitter" href="https://x.com/VoicePingMedia">
        Theo dõi trên X
      </Card>
      <Card title="Facebook" icon="facebook" href="https://www.facebook.com/voiceping.inc">
        Thích trên Facebook
      </Card>
      <Card title="LinkedIn" icon="linkedin" href="https://www.linkedin.com/company/28684130/">
        Kết nối trên LinkedIn
      </Card>
    </CardGroup>
  </>;

<Frame>
  <img src="https://mintcdn.com/test-cf63e467/z13MfE0CikV5b-4X/en/images/mobile-live-transcription/hero-live-transcription.webp?fit=max&auto=format&n=z13MfE0CikV5b-4X&q=85&s=4c1bb756bc1a7770eff03be789eace40" alt="Live Transcription & Translation on Mobile" width="2752" height="1536" data-path="en/images/mobile-live-transcription/hero-live-transcription.webp" />
</Frame>

Chạm **Start**, nói, và xem phiên âm cùng bản dịch xuất hiện ngay lập tức. Kết thúc phiên thì nó được lưu vào lịch sử workspace.

## Dùng khi…

<CardGroup cols={2}>
  <Card img="https://mintcdn.com/test-cf63e467/z13MfE0CikV5b-4X/en/images/mobile-live-transcription/usecases/face-to-face.webp?fit=max&auto=format&n=z13MfE0CikV5b-4X&q=85&s=ecfa6b1bbdace121e4a20016d80e503c" width="880" height="880" data-path="en/images/mobile-live-transcription/usecases/face-to-face.webp">
    Đặt điện thoại giữa bạn và người đối diện ở quán cà phê, taxi hay quầy tính tiền. Bật chế độ Face-to-face để cả hai đọc bằng ngôn ngữ của mình.
  </Card>

  <Card img="https://mintcdn.com/test-cf63e467/z13MfE0CikV5b-4X/en/images/mobile-live-transcription/usecases/travelling-abroad.webp?fit=max&auto=format&n=z13MfE0CikV5b-4X&q=85&s=d7d11828b7e1be8d4a9612c88afaef9d" width="880" height="880" data-path="en/images/mobile-live-transcription/usecases/travelling-abroad.webp">
    Lễ tân khách sạn, nhà hàng, phòng khám, hải quan — hội thoại hai chiều với phụ đề song ngữ.
  </Card>

  <Card img="https://mintcdn.com/test-cf63e467/z13MfE0CikV5b-4X/en/images/mobile-live-transcription/usecases/language-practice.webp?fit=max&auto=format&n=z13MfE0CikV5b-4X&q=85&s=a58dbcf596055135684f509e05a77e9f" width="880" height="880" data-path="en/images/mobile-live-transcription/usecases/language-practice.webp">
    Trò chuyện với gia sư, đối tác học ngôn ngữ, hoặc người bản ngữ và giữ phụ đề làm lưới an toàn khi bí từ.
  </Card>

  <Card img="https://mintcdn.com/test-cf63e467/z13MfE0CikV5b-4X/en/images/mobile-live-transcription/usecases/voice-memo.webp?fit=max&auto=format&n=z13MfE0CikV5b-4X&q=85&s=af2e394b163701f1d8071da3d9f0983b" width="880" height="880" data-path="en/images/mobile-live-transcription/usecases/voice-memo.webp">
    Trên đường đi — một chạm Start, nói ý tưởng, End. Lưu thành phiên âm song ngữ có thể tìm kiếm.
  </Card>
</CardGroup>

## Bắt đầu phiên

<Steps>
  <Step title="Chạm Start trên màn hình chính">
    Màn hình chính liệt kê các phiên âm cũ và có nút **Start** ở dưới cùng.

    <div style={{maxWidth: "270px", margin: "0 auto"}}>
      <Frame>
        <img src="https://mintcdn.com/test-cf63e467/z13MfE0CikV5b-4X/en/images/mobile-live-transcription/01-home-with-history.webp?fit=max&auto=format&n=z13MfE0CikV5b-4X&q=85&s=bb40ea11b0eeaa3fcf329951e82fdc08" alt="Màn hình chính với nút Start" width="828" height="1792" data-path="en/images/mobile-live-transcription/01-home-with-history.webp" />
      </Frame>
    </div>
  </Step>

  <Step title="Nói">
    Mỗi câu nói thành một hàng: nguyên bản ở trên, bản dịch ở dưới. Chạm biểu tượng loa trên một hàng để phát lại bản dịch.

    <div style={{maxWidth: "270px", margin: "0 auto"}}>
      <Frame>
        <img src="https://mintcdn.com/test-cf63e467/z13MfE0CikV5b-4X/en/images/mobile-live-transcription/02-live-session.webp?fit=max&auto=format&n=z13MfE0CikV5b-4X&q=85&s=d6fb80b48295a4b5a5e1b974940f110a" alt="Phiên âm trực tiếp với nguyên bản tiếng Anh và bản dịch tiếng Nhật" width="828" height="1792" data-path="en/images/mobile-live-transcription/02-live-session.webp" />
      </Frame>
    </div>
  </Step>
</Steps>

## Điều khiển dưới cùng

* **Tab trái** — ngôn ngữ bạn nói · **⇄** đổi chỗ · **Tab phải** — ngôn ngữ bạn đọc
* **Bilingual** — chuyển giữa song ngữ và chỉ bản dịch
* **Mic** — chạm để tắt / bật tiếng
* **Đồng hồ** — thời lượng hiện tại; chạm để kết thúc và lưu

## Phát bản dịch bằng giọng nói

Chạm bất kỳ hàng dịch nào để nghe đọc bằng ngôn ngữ đích. Hữu ích khi:

* Bạn muốn người đối diện **nghe** bản dịch thay vì đọc
* Bạn đang **học ngôn ngữ** và muốn nghe phát âm của điều mình vừa nói
* Người đối diện không tiện đọc từ màn hình

Để tự động phát mỗi hàng khi đến, bật **Auto-play speech** trong [Cài đặt âm thanh](/vi/mobile-live-transcription-settings) — và bật **Auto-mute mic** để mic không bắt lại âm thanh phát.

## Chế độ đọc

**Face-to-face mode** (TT → Text display) xoay phần dịch 180° để người đối diện đọc đúng hướng từ phía họ. Đặt điện thoại nằm phẳng giữa hai người.

<div style={{maxWidth: "270px", margin: "0 auto"}}>
  <Frame>
    <img src="https://mintcdn.com/test-cf63e467/z13MfE0CikV5b-4X/en/images/mobile-live-transcription/04-face-to-face-mode.webp?fit=max&auto=format&n=z13MfE0CikV5b-4X&q=85&s=7ebc4ede4e28842cad2c75019a5f7b23" alt="Chế độ Face-to-face" width="828" height="1792" data-path="en/images/mobile-live-transcription/04-face-to-face-mode.webp" />
  </Frame>
</div>

**Fullscreen mode** (⛶ trên thanh công cụ) ẩn thanh công cụ và các nút để không làm gián đoạn cuộc trò chuyện — và tránh chạm nhầm khi điện thoại nằm trên bàn.

<div style={{maxWidth: "270px", margin: "0 auto"}}>
  <Frame>
    <img src="https://mintcdn.com/test-cf63e467/z13MfE0CikV5b-4X/en/images/mobile-live-transcription/05-fullscreen-mode.webp?fit=max&auto=format&n=z13MfE0CikV5b-4X&q=85&s=70ca52a05418823d39a5817b4918824a" alt="Chế độ toàn màn hình" width="828" height="1792" data-path="en/images/mobile-live-transcription/05-fullscreen-mode.webp" />
  </Frame>
</div>

## Tải xuống giữa phiên

Chạm **⬇** trên thanh công cụ để xuất mà không kết thúc: Transcription, Translation, hoặc cả hai.

<div style={{maxWidth: "270px", margin: "0 auto"}}>
  <Frame>
    <img src="https://mintcdn.com/test-cf63e467/z13MfE0CikV5b-4X/en/images/mobile-live-transcription/03-download-menu.webp?fit=max&auto=format&n=z13MfE0CikV5b-4X&q=85&s=ec14e41ddcb20b3da58fbe8d730b620a" alt="Menu tải xuống" width="828" height="1792" data-path="en/images/mobile-live-transcription/03-download-menu.webp" />
  </Frame>
</div>

## Kết thúc và lưu

Chạm đồng hồ / dừng để mở biểu mẫu End-meeting.

* **Title** — tự đánh số, đổi nếu cần
* **Tags** — chọn từ tag workspace (dùng để lọc)
* **Summary template** — mẫu cho biên bản tự sinh
* **Share scope** — Participants only / Specific users / All workspace members
* **Notes** — ghi chú tự do được lưu cùng phiên âm

<div style={{display: "flex", gap: "12px", justifyContent: "center", flexWrap: "wrap"}}>
  <div style={{flex: "1 1 220px", maxWidth: "240px"}}>
    <Frame>
      <img src="https://mintcdn.com/test-cf63e467/z13MfE0CikV5b-4X/en/images/mobile-live-transcription/10-end-meeting-form.webp?fit=max&auto=format&n=z13MfE0CikV5b-4X&q=85&s=5b614ea9e8df8ced3d5ac35d120ccda8" alt="Biểu mẫu kết thúc cuộc họp — tiêu đề, tag, mẫu" width="828" height="1792" data-path="en/images/mobile-live-transcription/10-end-meeting-form.webp" />
    </Frame>
  </div>

  <div style={{flex: "1 1 220px", maxWidth: "240px"}}>
    <Frame>
      <img src="https://mintcdn.com/test-cf63e467/z13MfE0CikV5b-4X/en/images/mobile-live-transcription/11-end-meeting-share.webp?fit=max&auto=format&n=z13MfE0CikV5b-4X&q=85&s=bf605f10c523975d1af0640c0dda8f3b" alt="Phạm vi chia sẻ và ghi chú" width="828" height="1792" data-path="en/images/mobile-live-transcription/11-end-meeting-share.webp" />
    </Frame>
  </div>
</div>

Chạm **Save**. Phiên xuất hiện trong danh sách lịch sử — tìm theo văn bản, lọc theo Date / Tags / Created By.

## Mẹo

* Đặt điện thoại nằm phẳng giữa bạn và người đối diện — mic tích hợp thu đều hai bên hơn khi cầm.
* Trong quán cà phê ồn hoặc ngoài phố, cắm tai nghe có dây hoặc Bluetooth.
* Giữ app ở foreground — iOS có thể tạm dừng thu khi bạn chuyển app.
* Nạp trước các mục [Từ điển](/vi/dictionary) (cá nhân hoặc workspace, giống desktop) cho các từ sẽ xuất hiện.

## Trang liên quan

* [Cài đặt](/vi/mobile-live-transcription-settings) — âm thanh, hiển thị văn bản, từ điển
* [Chia sẻ cho Listeners (QR)](/vi/mobile-live-transcription-share)
* [Dịch ngoại tuyến](/vi/mobile-offline-translation) · [Thu âm app khác](/vi/mobile-screen-record) · [Tải tệp lên](/vi/mobile-upload-files)

<FeedbackVi />
