Afficher un message
Vieux 19/08/2006, 19h16   #1
Dave Farrance
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Can't stop script with ctrl-c

This script uses the "festival" speech synthesis app to keep saying the
word hello. Why can't I stop it with ctrl-c? Is there a workaround?

#!/bin/bash
while true; do
echo "hello" | festival --tts
done

--
Dave Farrance
  Réponse avec citation
 
Page generated in 0,09045 seconds with 9 queries