The Rockbox Voice Labels python script

Latest version: 20060420-1

Author: Michael Curran.

Description

This python script was written to use lame and sapi in windows to traverse a directory structure, and create voice label files compatible for players running the rockbox software.

What you will need

You will need a windows port of Lame (not Win Lame, but the command line version), which can be found here

You will need to install a windows version of Python 2.4, which can be found at the official Python Website

You will need the Python Windows extentions, found here

You will need pyTTS (the sapi package for python, from here

Installing and running

Once you have installed Lame and all the other Python packages, you need to extract the zip archive and open voiceLabels.py in a text editor and change the settings at the top to your liking. (most importantly, change lame_exe to point to your lame executable). you can then simply run voiceLabels.py from my computer / windows explorer / cmd ... and when it asks you, enter the path from where you want to start. Simple as that.

Downloading

Download Rockbox Voice Labels python script (Version 20060420-1)

Contact Info

You can contact me (Michael Curran) with any bugs or suggestions or patches etc by the email address found at the top of the script.