#!/bin/sh

export VOICEMAN_EMACSPEAK_PITCH_SHIFT=20
export VOICEMAN_EMACSPEAK_RATE_FRACTION=10

exec /usr/bin/voiceman-emacspeak "$@"
