Opened 9 years ago

Closed 9 years ago

#4851 closed defect (fixed)

Text to speech in the toolkit do not initialize gstreamer

Reported by: godiard Owned by:
Priority: Unspecified by Maintainer Milestone: Unspecified
Component: Sugar Version: Unspecified
Severity: Unspecified Keywords:
Cc: Distribution/OS: Unspecified
Bug Status: Unconfirmed

Description

Testing #4848 I found that if the activity trying to use SpeechManager do not initialized Gstreamer, will fail.

We need do the initialization in speech.py

Change History (1)

comment:1 Changed 9 years ago by Gonzalo Odiard

  • Resolution set to fixed
  • Status changed from new to closed

TTS in the toolkit need initialize gstreamer - Fixes #4851

If is not initialized, the check for the espeak plugin will fail.
This patch also check for the espeak plugin at the beginnig
avoiding check every time the function enabled() is called.

Changeset: fc4d629b50a1303a7e79fede0b02d8ec8c0ce793

Note: See TracTickets for help on using tickets.