Skip to content

BareConductive/picap-tts-py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bare Conductive

Bare Conductive Pi Cap Text To Speech Utility

Example text-input speech synthesis code for the Bare Conductive Pi Cap. You need twelve plain text files named TEXT000.txt to TEXT011.txt in a folder called texts inside this folder. When you touch electrode E0, TEXT000.txt will be read out to you. When you touch electrode E1, TEXT001.txt will be read, and so on. Playback is not polyphonic (espeak can't handle it).

picap-tts-py    
│
└──texts
     TEXT000.txt    
     TEXT001.txt  
     TEXT002.txt  
     TEXT003.txt  
     TEXT004.txt  
     TEXT005.txt  
     TEXT006.txt  
     TEXT007.txt  
     TEXT008.txt  
     TEXT009.txt  
     TEXT010.txt  
     TEXT011.txt  

Requirements

Install / Build

  • You should install this code as part of the Pi Cap Raspbian package: sudo apt-get install picap
  • However, if you are doing this yourself, clone the repository, enter it and run make

Usage

python tts.py

N.B. must be run as root

About

Bare Conductive Pi Cap Text To Speech Utility

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published