Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add service.info0.3Aleksey Lim2010-02-163-29/+39
* Add service.infoAleksey Lim2009-12-313-3/+32
* Fix length modifiers in debug outputAleksey Lim2009-07-161-1/+1
* Run aclocal with --install optionAleksey Lim2009-04-291-1/+1
* Bump 0.3.3 versionAleksey Lim2009-04-291-0/+15
* Support utf-8 source strings #816Aleksey Lim2009-04-292-6/+16
* Revert marks related workaround code for 0.3 brachAleksey Lim2009-03-211-1/+22
* Setup GST_BUFFER_TIMESTAMP to generate sound properly in gstreamer-0.10.22Aleksey Lim2009-03-211-28/+23
* Build against gstreamer-0.10.12Aleksey Lim2009-03-141-9/+12
* Throw away marks related workaround code since espeak-1.40.10 fixed itAleksey Lim2009-03-121-22/+1
* Bump 0.3 versionAleksey Lim2009-03-121-1/+1
* Take into account the first position while catching marksAleksey Lim2009-03-121-13/+12
* A bit more workaround code to catch misplaced marksAleksey Lim2009-03-121-8/+9
* Configure in gstreamer-0.10.14 environmentAleksey Lim2009-03-111-1/+6
* Remove workaround code from word trackingAleksey Lim2009-03-111-20/+8
* Use plugin in old gstreamer versionsAleksey Lim2009-03-111-2/+6
* Use gsize instead of goffset for indexesAleksey Lim2009-03-111-23/+25
* Skip lead quotes while searching mark nameAleksey Lim2009-03-111-17/+25
* Do not wait for a newely processed data after espeak_reset()Aleksey Lim2009-03-111-19/+33
* Prevent segfaults in text_position correction codeAleksey Lim2009-03-111-9/+17
* Throw gio awayAleksey Lim2009-03-103-22/+13
* Bump 0.2 versionAleksey Lim2009-03-102-2/+11
* Rewrite text_position hacks to treat wrong positionsAleksey Lim2009-03-101-0/+15
* Rollback to one chunk scheme due to bunch of text_position related faultsAleksey Lim2009-03-091-48/+7
* Simplify scheme by processing only one string per STATE_PLAYING session; do n...Aleksey Lim2009-03-093-353/+143
* Don't play the whole last chunk in untracked modeAleksey Lim2009-03-091-1/+1
* Push text to process queue only after playing was startedAleksey Lim2009-03-092-3/+18
* Reset espeak queues on GST_STATE_NULLAleksey Lim2009-03-094-9/+31
* Use ranges from speech-dispatcher's bindning for pitch/rate propertiesAleksey Lim2009-03-094-23/+31
* Return voices list in speech-dispatcher's bindning formatAleksey Lim2009-03-094-36/+63
* Add mark eventsAleksey Lim2009-03-084-19/+139
* Add word gap propertyAleksey Lim2009-03-084-0/+25
* Fix poping from in_queueAleksey Lim2009-03-083-39/+128
* Do not process empty chunks in espeak_out()Aleksey Lim2009-03-082-18/+8
* Use GstBus messages instead of async eventsAleksey Lim2009-03-077-108/+126
* Add word notification eventsAleksey Lim2009-03-079-440/+511
* Detach context from processing queueAleksey Lim2009-03-062-12/+16
* Rename string_* to text_*; move text_* related code to text.hAleksey Lim2009-03-062-39/+40
* Use round-robin queue to synch; process text by chunksAleksey Lim2009-03-068-145/+579
* Setup CAPS and do not use WAV formatAleksey Lim2009-03-054-43/+49
* Minor maint stufAleksey Lim2009-02-194-112/+0
* Bump 0.1 releaseAleksey Lim2009-02-171-1/+0
* Check dependencies in configure.acAleksey Lim2009-02-064-3/+9
* Rename lang(s) properties to voice(s) and add languageAleksey Lim2009-02-054-31/+32
* Update .wav headerAleksey Lim2009-02-052-57/+37
* Provide LGPL COPYING fileAleksey Lim2009-02-051-17/+481
* Maint's routinesAleksey Lim2009-02-057-251/+24
* Add lang(s) propertiesAleksey Lim2009-02-054-9/+61
* Use pure pthread due to deadlocks in gst python bindingAleksey Lim2009-02-051-6/+9
* Add pitch&rate propertiesAleksey Lim2009-02-054-20/+38