# Anki Quick Text-to-Speech Insertion Software Free Premium Microsoft Natural Audio Unlimited Usage Quick and Convenient!

**URL:** https://forums.ankiweb.net/t/anki-quick-text-to-speech-insertion-software-free-premium-microsoft-natural-audio-unlimited-usage-quick-and-convenient/67793
**Category:** Add-ons
**Created:** [December 14, 2025, 1:45pm UTC](https://forums.ankiweb.net/t/anki-quick-text-to-speech-insertion-software-free-premium-microsoft-natural-audio-unlimited-usage-quick-and-convenient/67793 "2025-12-14T13:45:31Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Nicholas](https://sea2.discourse-cdn.com/flex002/user_avatar/forums.ankiweb.net/nicholas/32/18948_2.png) [@Nicholas](https://forums.ankiweb.net/u/Nicholas)
#### Post date: [December 14, 2025, 1:45pm UTC](https://forums.ankiweb.net/t/anki-quick-text-to-speech-insertion-software-free-premium-microsoft-natural-audio-unlimited-usage-quick-and-convenient/67793/1 "2025-12-14T13:45:31Z")

</div>

![image](https://us1.discourse-cdn.com/flex002/uploads/anki2/original/3X/d/6/d6756036d21b7ea6fba97402efae50734c0174c9.png)

> _Note: New Flet interface, clean and intuitive._  
> I’ve put in significant effort to completely rewrite the Anki-TTS project I started back in March. If you’re interested, feel free to download and try it out. This is a labor of love, now updated to version V2.0. Performance has seen major improvements, and new features have been added. After selecting text, double-clicking A and B generates distinct audio files for each, aiding language learning. This feature is one-of-a-kind globally. It can automatically copy audio files to the clipboard for easy addition to Anki, and also functions as a text-to-speech tool supporting dozens of languages and their respective dialects.  
> Download link: [GitHub - msjsc001/Anki-TTS-Edge: Effortlessly add free, high-quality Microsoft Edge TTS audio to Anki cards via text selection or copy, featuring a customizable, multi-lingual UI. 免费、快捷地为 Anki 添加高质量微软 Edge 语音，支持划词/复制触发、界面定制和多语言显示。](https://github.com/msjsc001/Anki-TTS-Edge)

Previous V1 version link: [Anki Quick Text-to-Speech! Free Microsoft Voices for Your Learning!](https://forums.ankiweb.net/t/anki-quick-text-to-speech-free-microsoft-voices-for-your-learning/58546)

# Anki-TTS-Edge

**[中文文档](https://github.com/msjsc001/Anki-TTS-Edge/blob/master/README.md)**

Anki-TTS-Edge is a free, high-quality voice generation tool powered by Microsoft Edge TTS. It **quickly generates audio from selected text** , supports dual-voice mode for generating audio with two different voices, and automatically copies the generated audio to clipboard for fast pasting into apps like Anki. It also serves as a **convenient reading tool for language learning and article reading**.  
**Completely rebuilt with Flet (Flutter) in v2.0**, featuring a modern UI, smooth animations, and enhanced functionality.

## ✨ Key Features

- **Modern UI** : Rebuilt from scratch using Flet (Flutter) for a sleek, responsive, and material design experience.
- **Top-tier Voices** : Access 300+ free Microsoft Edge Neural voices across multiple languages and regions.
- **Dual Voice Mode** : “Dual Blue Dot” system allows quick switching or sequential generation of two different voices (e.g., Male/Female, US/UK accents).
- **History Management** : Automatically saves generation history. Re-listen, copy, or delete audio records easily.
- **Smart Monitoring** :
  - **Clipboard Monitor** : Automatically captures copied text and pops up for instant generation.
  - **Selection Monitor** : (Windows only) Genereate audio instantly by selecting text.

- **System Integration** :
  - **Tray Support** : Minimize to system tray to keep your workspace clean.
  - **Pin to Top** : Keep the window always on top for easy access while studying.

- **Internationalization** : Full support for English and Chinese (Simplified) interfaces with real-time switching.

## 🚀 Installation & Running

### Requirements

- Python 3.8+
- Windows (Recommended for full feature support like Selection Monitor)

### Setup

1. **Clone the repository**

2. **Install Dependencies**

3. **Run Application**

### Build EXE (Optional)

To build a standalone executable:

```bash
# Install PyInstaller in virtual environment
pip install pyinstaller

# Build command
.\.venv\Scripts\python.exe -m PyInstaller Anki-TTS-Flet/main.py --name "Anki-TTS-Edge" --icon "Anki-TTS-Flet/assets/icon.ico" --add-data "Anki-TTS-Flet/assets;assets" --collect-all edge_tts --hidden-import=pystray --hidden-import=PIL --hidden-import=pygame --noconsole --onefile --clean --noconfirm

```

The generated `Anki-TTS-Edge.exe` will be in the `dist/` directory.

## 📂 Project Structure

```plaintext
Anki-TTS-Edge/
├── Anki-TTS-Flet/ # Main compiled source code
│ ├── assets/ # Icons and translation files
│ ├── config/ # Configuration and settings
│ ├── core/ # Business logic (TTS, Clipboard, History)
│ ├── ui/ # Flet UI Views (Home, History, Settings)
│ ├── utils/ # Helpers
│ └── main.py # Entry point
├── .gitignore # Git ignore rules
└── README.md # Documentation

```

## 🛠 Usage Guide

1. **Select Voice** : Use the dropdown menus to filter by Language and Region.
2. **Generate** : Type or paste text, then click the **Blue Dot** to generate audio.
  - **Left Dot** : Uses “Language (Left)” settings.
  - **Right Dot** : Uses “Language (Right)” settings.

3. **Copy File** : After generation (Green → Red dot), click the Red dot or use **Ctrl+C** to copy the audio file path (for pasting into Anki).
4. **History** : Switch to the **History** tab to view and manage past generations.
5. **Settings** : Customize theme (Dark/Light), behavior (Autoplay, Tray), and more in the **Settings** tab.

Made with ❤ for Language Learners

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/flex002/uploads/anki2/original/1X/8f1279ababc5879d54e4838989f606cfe55af8c7.jpeg) [@system](https://forums.ankiweb.net/u/system)
#### Post date: [March 14, 2026, 1:46pm UTC](https://forums.ankiweb.net/t/anki-quick-text-to-speech-insertion-software-free-premium-microsoft-natural-audio-unlimited-usage-quick-and-convenient/67793/2 "2026-03-14T13:46:00Z")

</div>

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.
