-
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
21 changed files
with
1,691 additions
and
653 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,15 @@ | ||
Package: gespeaker | ||
Version: 0.5 | ||
Version: 0.6 | ||
Section: sound | ||
Priority: optional | ||
Architecture: all | ||
Depends: espeak, espeak-data, python, python-gtk2, python-gobject, alsa-utils | pulseaudio-utils | ||
Installed-Size: 280 | ||
Recommends: mbrola | ||
Installed-Size: 320 | ||
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 voice, pitch, | ||
volume, speed and word gap. | ||
Since version 0.6 it can use mbrola package and voices to | ||
achieve a more realistic text reading experience. |
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
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,20 @@ | ||
gespeaker (0.6) all; urgency=low | ||
|
||
* Fixed audio testing localized string. | ||
* An error message is now shown if the audio player is not found instead of | ||
quietly ignore the error. | ||
* New spanish translation provided by David Prieto. | ||
* New mbrola support with more realistic voices. | ||
* Added mbrola voices to languages list. | ||
* Tabbed preferences dialog for new mbrola support. | ||
* Moved language, voice type and variants to base settings and pitch, volume, | ||
speed and gap sliders to advanced settings upon suggestion of frandavid100. | ||
* Added automatic txt extension on saving text file. | ||
* Added automatic wav extension on saving WAVE file. This was causing weird | ||
noises on playing the recorded track if it wasn't a .wav filename. | ||
|
||
-- Muflone <[email protected]> Sat, 18 Jul 2009 11:42:00 +0100 | ||
|
||
gespeaker (0.5) all; urgency=low | ||
|
||
* Added an exteder separator for settings to allow maximum usage of the | ||
|
@@ -8,26 +25,26 @@ gespeaker (0.5) all; urgency=low | |
* Added preferences dialog. | ||
* Added preferences save and reload for welcome message, window size, | ||
voice settings and expander status. | ||
* Added support for audio frontend: ALSA (aplay), PulseAudio (paplay) | ||
and user customized player command, with audio command test. | ||
* Added voice variants by scanning /usr/share/espeak-data/voices/!v | ||
folder for extra voice variants. | ||
* Added support for audio frontend: ALSA (aplay), PulseAudio (paplay) and | ||
user customized player command, with audio command test. | ||
* Added voice variants by scanning /usr/share/espeak-data/voices/!v folder | ||
for extra voice variants. | ||
* Fixed stock icon for DialogFileOpenSave. | ||
|
||
-- Muflone <[email protected]> Fri, 30 Jun 2009 18:48:50 +0100 | ||
|
||
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. | ||
* 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. | ||
* 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. | ||
|
@@ -37,11 +54,11 @@ gespeaker (0.4) all; urgency=medium | |
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. | ||
* 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. | ||
* 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 | ||
|
Oops, something went wrong.