Skip to content

Android PicoTTS w/C calling application using submodule

License

Notifications You must be signed in to change notification settings

suryatmodulus/pico-tts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Based on https://github.com/gmorenz/pico-tts. Gradually hope to rewrite out copyrighted code, or ensure is properly licensed (upstream no license).

Makefile based on https://github.com/DougGore/picopi (implicit license) - probably original enough now.

This repository uses submodules - to checkout completely, git submodule init, git submodule update. So, should upstream delete their repo we're out of luck - but this is otherwise a fairly simple and clean method of tracking dependencies.

To use the binary, simply pass text in over stdin and receive uncompressed PCM over stdout. Pipe to aplay -q -f S16_LE -r 16 to listen to it, or redirect to a file, whichever.

TODO

  • Output file flag w/- for stdout, so I don't throw garbage at the terminal without a warning

About

Android PicoTTS w/C calling application using submodule

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 89.6%
  • Makefile 10.4%