sidiandi / ttaudio

Converts audio file collections into the TipToi pen format
GNU General Public License v3.0
78 stars 13 forks source link

ttaudio - TipToi Audio

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.

Installation

Download the .msi file of the latest release here.

Save the .msi file to your computer and open it to start the installation.

Main Window

Screenshot of MainForm

HTML output

Screenshot of HTML output

Instructions

More possibilities

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.

Alternatives

ttmp32gme is a great alternative to ttaudio. It is HTTP-server-based and also runs on Linux and MacOS.

Dependencies

Internally, ttaudio uses following tools:

How to Compile

Install prerequisites:

With chocolatey:

choco install visualstudio2017community wixtoolset 

Build, test, create msi:

cd $(SourceRoot)
build Setup