Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Set plugin metadataAleksey Lim2012-09-271-0/+5
* Set gst buffer sizeAleksey Lim2012-08-193-9/+20
* Count gst buffers in time (Daniel Narvaez)Aleksey Lim2012-08-192-1/+2
* Initial port to gst-1.0 APIAleksey Lim2012-08-192-55/+53
* Avoid using deprecated glib APIAleksey Lim2012-08-191-1/+1
* 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-184-591/+469
* Simplify autotools stuff; add 0sugar supportAleksey Lim2010-04-111-2/+2
* Fix GST_DEBUG formats for GstClockTimeYaakov Selkowitz2010-03-071-1/+1
* Support utf-8 source strings #816Aleksey Lim2009-04-292-6/+16
* 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
* 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 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-102-21/+13
* 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-081-17/+7
* Use GstBus messages instead of async eventsAleksey Lim2009-03-076-107/+125
* 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
* Check dependencies in configure.acAleksey Lim2009-02-062-3/+3
* Rename lang(s) properties to voice(s) and add languageAleksey Lim2009-02-054-31/+32
* Update .wav headerAleksey Lim2009-02-052-57/+37
* Maint's routinesAleksey Lim2009-02-051-2/+2
* 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