Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sintetizar.py
diff options
context:
space:
mode:
Diffstat (limited to 'sintetizar.py')
-rw-r--r--sintetizar.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/sintetizar.py b/sintetizar.py
deleted file mode 100644
index 30fb7d5..0000000
--- a/sintetizar.py
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/usr/bin/python
-
-from subprocess import Popen
-
-
-def sintetizar(text):
- Popen(['espeak', '-v', 'es', text])
-