Guest User

Untitled

a guest
Jan 20th, 2019
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. 1 #!/bin/bash
  2. 2 pico2wave -l=de-DE -w=/tmp/test.wav "$(cat ${1})"
  3. 3 avplay -f wav -loglevel 0 >/dev/null -x 100 -y 50 -vn -autoexit /tmp/test.wav
  4. 4 rm /tmp/test.wav
  5.  
  6. svox.sh TEXTFILE.txt
  7.  
  8. avplay -f wav -loglevel 0 >/dev/null -x 100 -y 50 -vn -autoexit -filter:a "atempo=2.0" /tmp/test.wav
  9.  
  10. avplay -f wav -x 100 -y 50 -vn -autoexit -filter:a "atempo=2.0" test.wav
  11.  
  12. [...]
  13. Failed to set value 'atempo=2.0' for option 'filter:a': Option not found
Add Comment
Please, Sign In to add comment