[Bugs] #3901 Speak UNSP: Speak starts in CPU loop on OLPC 13.1.0 os1
Sugar Labs Bugs
bugtracker-noreply at sugarlabs.org
Wed Oct 24 09:38:03 EDT 2012
#3901: Speak starts in CPU loop on OLPC 13.1.0 os1
------------------------------------------+---------------------------------
Reporter: greenfeld | Owner: humitos
Type: defect | Status: accepted
Priority: Unspecified by Maintainer | Milestone: 0.98
Component: Speak | Version: Unspecified
Severity: Major | Keywords: 13.1.0
Distribution: OLPC | Status_field: Unconfirmed
------------------------------------------+---------------------------------
Comment(by humitos):
I don't have the solution yet, but I found some differences between 12.1.0
(working) and 13.1.0 (not working) with the same Speak version:
* XO-1.75, 12.1.0 os21
* Speak v42 works properly
* I can import gst espeak plugin
{{{
>>> import gst
>>> gst.element_factory_make('espeak')
<__main__.GstEspeak object (espeak0) at 0x1a20cd0>
}}}
* RPM: gstreamer-plugins-espeak-0.3.5-2.fc17.i686
* XO-1.5, 13.1.0 os6
* Speak v42 does not work (CPU issue)
* I can't import gst espeak plugin
{{{
>>> import gst
>>> gst.element_factory_make('espeak')
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
gst.ElementNotFoundError: espeak
}}}
* RPM: gstreamer-plugins-espeak-0.4.0-1.fc18.i686
* Desktop, Fedora 17. sugar-build
* Speak v42 works properly
* RPM: gstreamer-plugins-espeak-0.3.5-2.fc17.x86_64
* I can import gst espeak plugin
--
Ticket URL: <http://bugs.sugarlabs.org/ticket/3901#comment:5>
Sugar Labs <http://sugarlabs.org/>
Sugar Labs bug tracking system
More information about the Bugs
mailing list