Changeset 3452574
- Timestamp:
- 02/03/2026 05:46:10 AM (2 months ago)
- Location:
- ondoku
- Files:
-
- 4 edited
- 1 copied
-
tags/1.0.26 (copied) (copied from ondoku/trunk)
-
tags/1.0.26/ondokusan.php (modified) (2 diffs)
-
tags/1.0.26/readme.txt (modified) (2 diffs)
-
trunk/ondokusan.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ondoku/tags/1.0.26/ondokusan.php
r3452568 r3452574 1 1 <?php 2 2 /* 3 Plugin Name: text-to-speech Ondoku4 Description: Create an audio file that automatically reads the text aloud when posting a blog, and insert it with an HTML tag at the beginning of the blog.3 Plugin Name: Ondoku - Text to Speech (TTS) 4 Description: Text to Speech (TTS) plugin. Automatically convert posts to MP3 audio. 音読さん - ブログ読み上げ・音声化プラグイン。 5 5 Author: Ondoku 6 Version: 1.0.2 56 Version: 1.0.26 7 7 Text Domain: ondoku3 8 8 Domain Path: /languages/ … … 13 13 14 14 define( 'ONDOKUSAN', __FILE__ ); 15 define( 'ONDOKUSAN_VERSION', '1.0.2 5' );15 define( 'ONDOKUSAN_VERSION', '1.0.26' ); 16 16 define( 'ONDOKUSAN_DIR', untrailingslashit( dirname( __FILE__) ) ); 17 17 define( 'ONDOKUSAN_URL', untrailingslashit( plugins_url( '', __FILE__ ) ) ); -
ondoku/tags/1.0.26/readme.txt
r3452568 r3452574 1 === text-to-speech Ondoku===1 === Ondoku - Text to Speech (TTS) === 2 2 Contributors: ondoku3 3 Tags: speech, read, text ,mp34 Tested up to: 6. 03 Tags: text-to-speech, tts, speech, audio, accessibility, read-aloud, voice, mp3, japanese, podcast, ondoku 4 Tested up to: 6.7 5 5 Requires at least: 5.1 6 Requires PHP: 7.07 Stable tag: 1.0.2 56 Requires PHP: 8.0 7 Stable tag: 1.0.26 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html 10 10 11 12 Create an audio file that automatically reads the text aloud when posting a blog, and insert it with an HTML tag at the beginning of the blog. 11 Text to Speech (TTS) plugin. Automatically convert posts to MP3 audio. 音読さん - ブログ読み上げ・音声化プラグイン。 13 12 14 13 == Description == 15 14 16 It is a plugin for WordPress of Ondoku that converts text into an audio file and reads it aloud. With this plugin, you can have your blog text read aloud.15 **Ondoku (音読さん)** is a Text-to-Speech (TTS) plugin that automatically converts your WordPress posts into audio files (MP3). 17 16 18 * Free registration is required for reading aloud to use this plug-in. 19 https://ondoku3.com 17 ブログ記事を自動で音声ファイル(MP3)に変換する読み上げプラグインです。投稿を公開するだけで、自動的に音声が生成されます。 20 18 19 ### Features / 機能 21 20 21 * Automatic audio generation on publish (投稿公開時に自動で音声生成) 22 * Audio player at the top of posts (記事の先頭にオーディオプレーヤーを挿入) 23 * Multiple languages and voices (多言語・複数音声対応) 24 * Adjustable speed and pitch (速度・ピッチ調整可能) 25 * Japanese text-to-speech support (日本語テキスト読み上げ対応) 22 26 27 ### Use Cases / 活用シーン 28 29 * Accessibility for visually impaired users (視覚障がい者のアクセシビリティ向上) 30 * Listen while commuting (通勤中のながら聴き) 31 * Podcast-style blog content (ポッドキャスト風ブログコンテンツ) 32 33 ### 日本語 (Japanese) 34 35 音読さんは、WordPressのテキスト読み上げ(TTS)プラグインです。ブログ記事を音声ファイルに変換し、読み上げ音声を自動生成します。 36 37 * 音声読み上げ・テキスト読み上げに対応 38 * 日本語を含む多言語対応 39 * 無料登録で利用可能: [https://ondoku3.com](https://ondoku3.com) 23 40 24 41 == Installation == 25 42 26 1. From the WP admin panel, click “Plugins” -> “Add new”.27 2. In the browser input box, type “Ondoku”.28 3. Select the “Ondoku” plugin and click “Install”.43 1. From the WP admin panel, click "Plugins" -> "Add new". 44 2. In the browser input box, type "Ondoku" or "TTS". 45 3. Select the "Ondoku - Text to Speech (TTS)" plugin and click "Install". 29 46 4. Activate the plugin. 30 47 … … 33 50 1. Download the plugin from this page. 34 51 2. Save the .zip file to a location on your computer. 35 3. Open the WP admin panel, and click “Plugins” -> “Add new”.36 4. Click “upload”.. then browse to the .zip file downloaded from this page.37 5. Click “Install”.. and then “Activate plugin”.52 3. Open the WP admin panel, and click "Plugins" -> "Add new". 53 4. Click "upload".. then browse to the .zip file downloaded from this page. 54 5. Click "Install".. and then "Activate plugin". 38 55 39 THEN 56 ### Setup / 設定 40 57 41 The setup is very easy. 42 43 1. Open the [settings](https://ondoku3.com/ja/users/setting/) page while logged in to Ondoku. 44 45 2. Copy the access token. 46 47 3. Just paste the access token from "Settings" of "Plugins" of WordPress and save it. 58 1. Register at [Ondoku](https://ondoku3.com) (Free registration required) 59 2. Open the [settings](https://ondoku3.com/ja/users/setting/) page while logged in 60 3. Copy the access token 61 4. Paste the access token in WordPress "Settings" -> "Ondoku settings" 48 62 49 63 == Frequently Asked Questions == 50 64 51 https://ondoku3.com/post/ondoku-faq/ 65 = Do I need to register? = 66 Yes, free registration at [ondoku3.com](https://ondoku3.com) is required to get an access token. 67 68 = What languages are supported? = 69 Multiple languages including English, Japanese, Chinese, Korean, and more. 70 71 = Is it free? = 72 Basic usage is free. See [ondoku3.com](https://ondoku3.com) for pricing details. 73 74 For more FAQs: [https://ondoku3.com/post/ondoku-faq/](https://ondoku3.com/post/ondoku-faq/) 75 76 == Screenshots == 77 78 1. Audio player embedded at the top of posts 79 2. Settings page for configuring voice and speed 52 80 53 81 == Changelog == 54 82 55 2020/10/24 Created 83 = 1.0.25 = 84 * Added settings link to plugins list 56 85 57 2021/03/06 Support voice and speed, pitch settings. 86 = 1.0.24 = 87 * Release preparation 58 88 59 2021/03/07 Redirect to setting, when install plugin. 60 61 2021/03/12 Add new language and voices. 62 63 2021/10/08 Add token check. 64 65 2023/08/26 Add new languages and voices 89 = 1.0.23 = 90 * Added new languages and voices 66 91 67 92 == Upgrade Notice == 68 93 69 2020/10/24 Created 70 71 2021/03/06 Support voice and speed, pitch settings. 72 73 2021/03/07 Redirect to setting, when install plugin. 74 75 2021/03/12 Add new language and voices. 76 77 2021/10/08 Add token check. 78 79 2022/09/15 Add new Japanese voices and set player width 100% 80 81 2023/08/26 Add new languages and voices 94 = 1.0.25 = 95 Added settings link to plugins list for easier access. -
ondoku/trunk/ondokusan.php
r3452568 r3452574 1 1 <?php 2 2 /* 3 Plugin Name: text-to-speech Ondoku4 Description: Create an audio file that automatically reads the text aloud when posting a blog, and insert it with an HTML tag at the beginning of the blog.3 Plugin Name: Ondoku - Text to Speech (TTS) 4 Description: Text to Speech (TTS) plugin. Automatically convert posts to MP3 audio. 音読さん - ブログ読み上げ・音声化プラグイン。 5 5 Author: Ondoku 6 Version: 1.0.2 56 Version: 1.0.26 7 7 Text Domain: ondoku3 8 8 Domain Path: /languages/ … … 13 13 14 14 define( 'ONDOKUSAN', __FILE__ ); 15 define( 'ONDOKUSAN_VERSION', '1.0.2 5' );15 define( 'ONDOKUSAN_VERSION', '1.0.26' ); 16 16 define( 'ONDOKUSAN_DIR', untrailingslashit( dirname( __FILE__) ) ); 17 17 define( 'ONDOKUSAN_URL', untrailingslashit( plugins_url( '', __FILE__ ) ) ); -
ondoku/trunk/readme.txt
r3452568 r3452574 1 === text-to-speech Ondoku===1 === Ondoku - Text to Speech (TTS) === 2 2 Contributors: ondoku3 3 Tags: speech, read, text ,mp34 Tested up to: 6. 03 Tags: text-to-speech, tts, speech, audio, accessibility, read-aloud, voice, mp3, japanese, podcast, ondoku 4 Tested up to: 6.7 5 5 Requires at least: 5.1 6 Requires PHP: 7.07 Stable tag: 1.0.2 56 Requires PHP: 8.0 7 Stable tag: 1.0.26 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html 10 10 11 12 Create an audio file that automatically reads the text aloud when posting a blog, and insert it with an HTML tag at the beginning of the blog. 11 Text to Speech (TTS) plugin. Automatically convert posts to MP3 audio. 音読さん - ブログ読み上げ・音声化プラグイン。 13 12 14 13 == Description == 15 14 16 It is a plugin for WordPress of Ondoku that converts text into an audio file and reads it aloud. With this plugin, you can have your blog text read aloud.15 **Ondoku (音読さん)** is a Text-to-Speech (TTS) plugin that automatically converts your WordPress posts into audio files (MP3). 17 16 18 * Free registration is required for reading aloud to use this plug-in. 19 https://ondoku3.com 17 ブログ記事を自動で音声ファイル(MP3)に変換する読み上げプラグインです。投稿を公開するだけで、自動的に音声が生成されます。 20 18 19 ### Features / 機能 21 20 21 * Automatic audio generation on publish (投稿公開時に自動で音声生成) 22 * Audio player at the top of posts (記事の先頭にオーディオプレーヤーを挿入) 23 * Multiple languages and voices (多言語・複数音声対応) 24 * Adjustable speed and pitch (速度・ピッチ調整可能) 25 * Japanese text-to-speech support (日本語テキスト読み上げ対応) 22 26 27 ### Use Cases / 活用シーン 28 29 * Accessibility for visually impaired users (視覚障がい者のアクセシビリティ向上) 30 * Listen while commuting (通勤中のながら聴き) 31 * Podcast-style blog content (ポッドキャスト風ブログコンテンツ) 32 33 ### 日本語 (Japanese) 34 35 音読さんは、WordPressのテキスト読み上げ(TTS)プラグインです。ブログ記事を音声ファイルに変換し、読み上げ音声を自動生成します。 36 37 * 音声読み上げ・テキスト読み上げに対応 38 * 日本語を含む多言語対応 39 * 無料登録で利用可能: [https://ondoku3.com](https://ondoku3.com) 23 40 24 41 == Installation == 25 42 26 1. From the WP admin panel, click “Plugins” -> “Add new”.27 2. In the browser input box, type “Ondoku”.28 3. Select the “Ondoku” plugin and click “Install”.43 1. From the WP admin panel, click "Plugins" -> "Add new". 44 2. In the browser input box, type "Ondoku" or "TTS". 45 3. Select the "Ondoku - Text to Speech (TTS)" plugin and click "Install". 29 46 4. Activate the plugin. 30 47 … … 33 50 1. Download the plugin from this page. 34 51 2. Save the .zip file to a location on your computer. 35 3. Open the WP admin panel, and click “Plugins” -> “Add new”.36 4. Click “upload”.. then browse to the .zip file downloaded from this page.37 5. Click “Install”.. and then “Activate plugin”.52 3. Open the WP admin panel, and click "Plugins" -> "Add new". 53 4. Click "upload".. then browse to the .zip file downloaded from this page. 54 5. Click "Install".. and then "Activate plugin". 38 55 39 THEN 56 ### Setup / 設定 40 57 41 The setup is very easy. 42 43 1. Open the [settings](https://ondoku3.com/ja/users/setting/) page while logged in to Ondoku. 44 45 2. Copy the access token. 46 47 3. Just paste the access token from "Settings" of "Plugins" of WordPress and save it. 58 1. Register at [Ondoku](https://ondoku3.com) (Free registration required) 59 2. Open the [settings](https://ondoku3.com/ja/users/setting/) page while logged in 60 3. Copy the access token 61 4. Paste the access token in WordPress "Settings" -> "Ondoku settings" 48 62 49 63 == Frequently Asked Questions == 50 64 51 https://ondoku3.com/post/ondoku-faq/ 65 = Do I need to register? = 66 Yes, free registration at [ondoku3.com](https://ondoku3.com) is required to get an access token. 67 68 = What languages are supported? = 69 Multiple languages including English, Japanese, Chinese, Korean, and more. 70 71 = Is it free? = 72 Basic usage is free. See [ondoku3.com](https://ondoku3.com) for pricing details. 73 74 For more FAQs: [https://ondoku3.com/post/ondoku-faq/](https://ondoku3.com/post/ondoku-faq/) 75 76 == Screenshots == 77 78 1. Audio player embedded at the top of posts 79 2. Settings page for configuring voice and speed 52 80 53 81 == Changelog == 54 82 55 2020/10/24 Created 83 = 1.0.25 = 84 * Added settings link to plugins list 56 85 57 2021/03/06 Support voice and speed, pitch settings. 86 = 1.0.24 = 87 * Release preparation 58 88 59 2021/03/07 Redirect to setting, when install plugin. 60 61 2021/03/12 Add new language and voices. 62 63 2021/10/08 Add token check. 64 65 2023/08/26 Add new languages and voices 89 = 1.0.23 = 90 * Added new languages and voices 66 91 67 92 == Upgrade Notice == 68 93 69 2020/10/24 Created 70 71 2021/03/06 Support voice and speed, pitch settings. 72 73 2021/03/07 Redirect to setting, when install plugin. 74 75 2021/03/12 Add new language and voices. 76 77 2021/10/08 Add token check. 78 79 2022/09/15 Add new Japanese voices and set player width 100% 80 81 2023/08/26 Add new languages and voices 94 = 1.0.25 = 95 Added settings link to plugins list for easier access.
Note: See TracChangeset
for help on using the changeset viewer.