Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arcticlampyrid/dictationassistant
自动默写(DictationAssistant)是一个用于辅助学习的工具,它可以利用自动化手段帮助您默写单词、短语、句子等。软件通过语音合成技术以给定的间隔、重复次数朗读指定的文本,以帮助您在传统纸张或电子设备上默写。
https://github.com/arcticlampyrid/dictationassistant
Last synced: about 19 hours ago
JSON representation
自动默写(DictationAssistant)是一个用于辅助学习的工具,它可以利用自动化手段帮助您默写单词、短语、句子等。软件通过语音合成技术以给定的间隔、重复次数朗读指定的文本,以帮助您在传统纸张或电子设备上默写。
- Host: GitHub
- URL: https://github.com/arcticlampyrid/dictationassistant
- Owner: ArcticLampyrid
- License: agpl-3.0
- Created: 2024-02-17T12:32:59.000Z (9 months ago)
- Default Branch: v3.x
- Last Pushed: 2024-03-27T16:06:20.000Z (8 months ago)
- Last Synced: 2024-04-17T00:10:20.623Z (7 months ago)
- Language: Visual Basic 6.0
- Homepage:
- Size: 5.31 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# DictationAssistant (3.x)
自动默写(DictationAssistant)是一个用于辅助学习的工具,它可以利用自动化手段帮助您默写单词、短语、句子等。软件通过语音合成技术以给定的间隔、重复次数朗读指定的文本,以帮助您在传统纸张或电子设备上默写。此分支包含 DictationAssistant 的 3.x 实现。
## 历史版本
| 版本 | 分支 | 技术方案 |
| :----- | :----- | :--------------- |
| 3.x | 3.x | C# + WPF |
| 2.x | 2.x | C# + WinForm |
| 1.x | 2.x | VB.NET + WinForm |
| Legacy | legacy | VB6 |## 开发
DictationAssistant 的 3.x 实现是用 C# + WPF 编写的,请使用 [Visual Studio](https://visualstudio.microsoft.com/) 打开。注意:
- 出于兼容性考虑我们仍然在使用 .NET Framework 4.0,而 Visual Studio 2022 已默认不支持 .NET Framework 4.0,因此建议使用 Visual Studio 2019。
- 或者,您也可以参照 [在 VS2022 中编辑 .NET 4.0 项目](https://alampy.com/2024/02/16/develop-dotnet-v4-project-with-vs2022/) 的方法,使用 Visual Studio 2022 打开。## 贡献
欢迎提交 Pull Request 或 Issue。## 许可证
Copyright (C) 2013-2024 alampy.comThis program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published
by the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.You should have received a copy of the GNU Affero General Public License
along with this program. If not, see .本项目根据 AGPL-3.0 或更高版本的许可证授权。请参阅 [LICENSE](LICENSE.md) 文件以获取详尽的信息。