Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/espeak.c
Commit message (Expand)AuthorAgeFilesLines
* Do not seeak for marks in original text, just store them at the begining of o...Aleksey Lim2010-11-301-18/+12
* Set GST_BUFFER_OFFSET to fix critical message (Guillaume Dorchies)Aleksey Lim2010-08-221-0/+1
* gst-plugins-espeak: audio output skips about every second word in track=1 (wo...Aleksey Lim2010-08-221-75/+38
* Indent source filesAleksey Lim2010-08-181-338/+257
* Fix GST_DEBUG formats for GstClockTimeYaakov Selkowitz2010-03-071-1/+1
* Support utf-8 source strings #816Aleksey Lim2009-04-291-6/+14
* Setup GST_BUFFER_TIMESTAMP to generate sound properly in gstreamer-0.10.22Aleksey Lim2009-03-211-28/+23
* Throw away marks related workaround code since espeak-1.40.10 fixed itAleksey Lim2009-03-121-22/+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
* Remove workaround code from word trackingAleksey Lim2009-03-111-20/+8
* 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-101-19/+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-091-136/+143
* Don't play the whole last chunk in untracked modeAleksey Lim2009-03-091-1/+1
* Reset espeak queues on GST_STATE_NULLAleksey Lim2009-03-091-3/+19
* Use ranges from speech-dispatcher's bindning for pitch/rate propertiesAleksey Lim2009-03-091-5/+18
* Return voices list in speech-dispatcher's bindning formatAleksey Lim2009-03-091-17/+44
* Add mark eventsAleksey Lim2009-03-081-18/+120
* Add word gap propertyAleksey Lim2009-03-081-0/+10
* Fix poping from in_queueAleksey Lim2009-03-081-36/+40
* Do not process empty chunks in espeak_out()Aleksey Lim2009-03-081-17/+7
* Use GstBus messages instead of async eventsAleksey Lim2009-03-071-55/+94
* Add word notification eventsAleksey Lim2009-03-071-61/+451
* Use round-robin queue to synch; process text by chunksAleksey Lim2009-03-061-55/+75
* Setup CAPS and do not use WAV formatAleksey Lim2009-03-051-31/+9
* Minor maint stufAleksey Lim2009-02-191-28/+0
* Check dependencies in configure.acAleksey Lim2009-02-061-1/+1
* Rename lang(s) properties to voice(s) and add languageAleksey Lim2009-02-051-7/+8
* Update .wav headerAleksey Lim2009-02-051-18/+27
* Add lang(s) propertiesAleksey Lim2009-02-051-3/+29
* Use pure pthread due to deadlocks in gst python bindingAleksey Lim2009-02-051-6/+9
* Add pitch&rate propertiesAleksey Lim2009-02-051-6/+8
* Clean up on disposeAleksey Lim2009-02-051-1/+2
* Say Aaa.Aleksey Lim2009-02-051-0/+148