You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
-
# 1.1.7 (ğre-release)
2
-
- Added MPS GPU acceleration support for Silicon Mac, mentioned in https://github.com/denizsafak/abogen/issues/32#issuecomment-3155902040 by @jefro108
1
+
# 1.1.7
2
+
- Added MPS GPU acceleration support for Silicon Mac, mentioned in https://github.com/denizsafak/abogen/issues/32#issuecomment-3155902040 by @jefro108. **Please read the [Mac](https://github.com/denizsafak/abogen?tab=readme-ov-file#mac) section in the documentation again, as it requires additional configuration.**
3
3
- Added word-by-word karaoke highlighting feature by @robmckinnon in PR #65
4
4
- Fixed sleep inhibition error occurring on some Linux systems that do not use systemd, mentioned in #67 by @hendrack
@@ -130,7 +134,7 @@ Here’s Abogen in action: in this demo, it processes ∼3,000 characters of tex
130
134
|**Select Voice**| First letter of the language code (e.g., `a`for American English, `b`for British English, etc.), second letter is for`m`for male and `f`for female. |
131
135
|**Voice mixer**| Create custom voices by mixing different voice models with a profile system. See [Voice Mixer](#voice-mixer) for more details. |
132
136
|**Voice preview**| Listen to the selected voice before processing. |
133
-
|**Generate subtitles**|`Disabled`, `Sentence`, `Sentence + Comma`, `1 word`, `2 words`, `3 words`, etc. (Represents the number of words in each subtitle entry) |
137
+
|**Generate subtitles**|`Disabled`, `Sentence`, `Sentence + Comma`, `Sentence + Highlighting`, `1 word`, `2 words`, `3 words`, etc. (Represents the number of words in each subtitle entry) |
|**Output subtitle format**| Configures the subtitle format as `SRT (standard)`, `ASS (wide)`, `ASS (narrow)`, `ASS (centered wide)`, or `ASS (centered narrow)`. |
136
140
|**Replace single newlines with spaces**| Replaces single newlines with spaces in the text. This is useful for texts that have imaginary line breaks. |
@@ -157,6 +161,8 @@ Here’s Abogen in action: in this demo, it processes ∼3,000 characters of tex
157
161
| **Disable Kokoro's internet access**| Prevents Kokoro from downloading models or voices from HuggingFace Hub, useful for offline use. |
158
162
|**Reset to default settings**| Resets all settings to their default values. |
159
163
164
+
> Special thanks to [@robmckinnon](https://github.com/robmckinnon) foradding Sentence + Highlighting featurein PR [#65](https://github.com/denizsafak/abogen/pull/65)
@@ -222,6 +228,9 @@ Similar to chapter markers, it is possible to add metadata tags for `M4B` files.
222
228
```
223
229
For a complete list of supported languages and voices, refer to Kokoro's [VOICES.md](https://huggingface.co/hexgrad/Kokoro-82M/blob/main/VOICES.md). To listen to sample audio outputs, see [SAMPLES.md](https://huggingface.co/hexgrad/Kokoro-82M/blob/main/SAMPLES.md).
224
230
231
+
> [!NOTE]
232
+
> Japanese audio may require additional configuration. Please check [#56](https://github.com/denizsafak/abogen/issues/56) for more information.
233
+
225
234
## `MPV Config`
226
235
I highly recommend using [MPV](https://mpv.io/installation/) to play your audio files, as it supports displaying subtitles even without a video track. Here's my `mpv.conf`:
0 commit comments