ttaudio converts a collection of *.mp3 or *.ogg audio files into a single *.gme file to play on the Ravensburger TipToi pen.
IMPORTANT:
ttaudio is neither offered nor supported by Ravensburger. All information shown here was consolidated by independent hobbyists and only for educational purposes. The authors do not take any liability for possible damages.
Download the .msi file of the latest release here.
Save the .msi file to your computer and open it to start the installation.
- Attach the TipToi pen to the USB port of your computer
- Start ttaudio
- Drop audio files into the file list
- Click
menu -> Build -> Upload to Pen
- The conversion of audio files starts
- A web page with optical IDs to play the audio files opens
- Print the web page
- Use a printer with at least 600 dpi black-and-white resolution.
- Disable all "Toner Saving" or "Eco-Mode" settings.
- Check the list of supported printers
- Wait until ttaudio has copied the *.gme file to the pen
ttaenc.exe is a command line version of ttaudio. It is contained in the ttaudio installation.
ttaudio is based on tttool, a universal, command line based tool to create and analyze GME files. Check out http://tttool.entropia.de/ if you want to do more than just upload some MP3 files, e.g. print your own interactive books or toys.
ttmp32gme is a great alternative to ttaudio. It is HTTP-server-based and also runs on Linux and MacOS.
Internally, ttaudio uses following tools:
- mpg123 to decode mp3 files
- oggenc2.exe to encode the ogg files for the audio pen
- oggdec.exe to decode input *.ogg files
- tttool to assemble the *.gme files
Install prerequisites:
- Visual Studio 2017
- nuget
- WiX Toolset
With chocolatey:
choco install visualstudio2017community wixtoolset
Build, test, create msi:
cd $(SourceRoot)
build Setup