Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Build on obs.sugarlabs.org as a regular package0.3.5Aleksey Lim2012-08-191-3/+5
* Avoid using deprecated glib APIAleksey Lim2012-08-191-1/+1
* Add recipe fileAleksey Lim2011-02-032-1/+28
* Bump v0.3.5v0.3.5Aleksey Lim2010-11-302-2/+11
* Do not seeak for marks in original text, just store them at the begining of o...Aleksey Lim2010-11-301-18/+12
* Fix AUTHORS fileAleksey Lim2010-08-221-0/+1
* 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-222-75/+39
* Indent source filesAleksey Lim2010-08-187-591/+494
* Bump v0.3.4v0.3.4Aleksey Lim2010-04-112-8/+17
* Simplify autotools stuff; add 0sugar supportAleksey Lim2010-04-119-528/+44
* Fix typeAleksey Lim2010-03-071-1/+1
* Fix GST_DEBUG formats for GstClockTimeYaakov Selkowitz2010-03-071-1/+1
* Fix GST_*_LDFLAGS for portabilityYaakov Selkowitz2010-03-071-1/+6
* 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
* 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