-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
172 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
Package: gespeaker | ||
Version: 0.2 | ||
Version: 0.4 | ||
Section: sound | ||
Priority: optional | ||
Architecture: all | ||
Depends: espeak, python, python-gtk2, alsa-utils | ||
Installed-Size: 95 | ||
Depends: espeak, python, python-gtk2, python-gobject, alsa-utils | ||
Installed-Size: 110 | ||
Maintainer: Muflone Ubuntu Trucchi <[email protected]> | ||
Description: A GTK frontend for the espeak system. | ||
Gespeaker is a GTK frontend for espeak. It allows to play | ||
a text in many languages with settings for pitch, volume, | ||
speed and word gap. | ||
Description: A GTK+ frontend for the espeak system | ||
Gespeaker is a GTK+ frontend for espeak. It allows to play | ||
a text in many languages with settings for voice, pitch, | ||
volume, speed and word gap. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,33 @@ | ||
gespeaker (0.4) all; urgency=medium | ||
|
||
* Added SubprocessWrapper.Popen to wrap subprocess.Popen in order to | ||
support python versions prior to 2.6 which don't have the delete | ||
argument on object creation. | ||
* Added TempfileWrapper.NamedTemporaryFile to wrap tempfile's Popen | ||
object in order to support python versions prior to 2.6 which don't | ||
have terminate and send_signal methods. | ||
Actually no more used, left for future usage. | ||
* Now gespeaker works with python version 2.4 and higher. | ||
* Temporary file for output to speech is created at program start so | ||
new temporary files are no longer created after each play. | ||
* Included pause and resume features. | ||
* New icon and logo, kindly provided by MIX. | ||
* New french translation provided by Emmanuel. | ||
|
||
-- Muflone <[email protected]> Fri, 20 Jun 2009 18:55:40 +0100 | ||
|
||
gespeaker (0.3) all; urgency=low | ||
|
||
* Added support for voice type (male/female) via +12 for female voice. | ||
* Removed escaped text substitution with a more secure temporary file | ||
with the text to play. | ||
* Substituted direct shell piping with more secure subprocess' piping. | ||
* Better control of external calls, now both espeak and player execution | ||
are polled for exitcode and terminated if requested. | ||
* Added documentation and artists parameters to DialogAbout. | ||
|
||
-- Muflone <[email protected]> Thu, 18 Jun 2009 01:21:30 +0100 | ||
|
||
gespeaker (0.2) | ||
|
||
* Changed UI layout according to Gnome HIG specifications | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.