tttool 1.6.1.1 → 1.6.1.2
raw patch · 2 files changed
+5/−6 lines, 2 filesdep ~aeson
Dependency ranges changed: aeson
Files
- README.md +3/−4
- tttool.cabal +2/−2
README.md view
@@ -134,11 +134,10 @@ debug.yaml` and loading the resulting `debug.gme` on your pen. It will then read out the codes, as a sequence of english digits. -We are also collecting template files, where the OIDs are commented; these can-be found in the `./templates` directory. Please improve and contribute!+If you want to convert existing audio files of almost any format, and you have+`ffmpeg` installed, you can use -Again, please let us know if you have problems, but also tell us what fun-things you did if you succeded.+ ffmpeg -i input-audio-in-some.fmt -ar 22050 -ac 1 foo.ogg Text to speech --------------
tttool.cabal view
@@ -1,5 +1,5 @@ name: tttool-version: 1.6.1.1+version: 1.6.1.2 synopsis: Working with files for the Tiptoi® pen description: The Ravensburger Tiptoi® pen is programmed via special files. Their file format has been reverse engineered; this@@ -60,7 +60,7 @@ template-haskell >= 2.7 && < 2.12, JuicyPixels >= 3.2.5 && < 3.3,- aeson >= 0.7 && < 0.12,+ aeson >= 0.7 && < 1.1, hashable == 1.2.*, haskeline == 0.7.*, mtl == 2.1.* || == 2.2.*,