lp:speech-dispatcher

Created by VCS imports and last modified
Get this branch:
bzr branch lp:speech-dispatcher

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
VCS imports
Project:
Speech Dispatcher
Status:
Development

Import details

Import Status: Failed

This branch is an import of the HEAD branch of the Git repository at git://git.freebsoft.org/git/speechd.

The import has been suspended because it failed 5 or more times in succession.

Last successful import was .

Import started on alnitak and finished taking 15 seconds — see the log
Import started on izar and finished taking 15 seconds — see the log
Import started on izar and finished taking 10 seconds — see the log
Import started on alnitak and finished taking 15 seconds — see the log

Recent revisions

2981. By Luke Yelavich

Update NEWS and ANNOUNCE for 0.8.8

2980. By Colomban Wendling

Add baratinoo support (Voxygen TTS)

Reviewed-by: Samuel Thibault <email address hidden>
Reviewed-by: Luke Yelavich <email address hidden>

2979. By Luke Yelavich

server: Remove unused function locale_map_free

2978. By Colomban Wendling

server: Fix a small memory leak when failing to load speech symbols file

Reviewed-by: Luke Yelavich <email address hidden>

2977. By Colomban Wendling

server: Use singly-linked lists

We don't need a doubly linked list, and a singly linked list is more
space efficient.

Reviewed-by: Luke Yelavich <email address hidden>

2976. By Colomban Wendling

server: Improve a few comments

Reviewed-by: Luke Yelavich <email address hidden>

2975. By Colomban Wendling

server: Optimize list building

GLib lists are nodes alone, referenced by the a pointer to the first
node. This means that to append to a list, it has to walk the whole
set of nodes to find the last one. This is heavily inefficient when
adding several items, so instead use the common idiom of adding at the
start and then reverse the list.

Reviewed-by: Luke Yelavich <email address hidden>

2974. By Colomban Wendling

server: Fix a fully theoretical out-of-bounds access

This is fully theoretical as the only way to have less than 1 element
in `parts` would be an empty line, and those are already filtered.
However, it's safer in the event this would change in any point in the
future.

Reviewed-by: Luke Yelavich <email address hidden>

2973. By Colomban Wendling

server: Add overview documentation to the symbols pre-processing module

Reviewed-by: Luke Yelavich <email address hidden>

2972. By Colomban Wendling

config: Add a config option controlling server-side symbols pre-processing

Reviewed-by: Luke Yelavich <email address hidden>

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
This branch contains Public information 
Everyone can see this information.

Subscribers

No subscribers.