Skip to content

Instantly share code, notes, and snippets.

View brandall76's full-sized avatar

Ben Randall brandall76

View GitHub Profile
@brandall76
brandall76 / gist:eb30bce199921a2944c9
Created May 20, 2014 15:47
Analyse & Store TTS information
// Container Class
public class ContainerVoiceEngine {
private String label;
private String packageName;
private ArrayList<String> voices;
private Intent intent;
public ContainerVoiceEngine() {