mirror of
https://github.com/jhechavarria/say.sh.git
synced 2025-12-10 06:06:59 +00:00
implementation de la fonction saygui
This commit is contained in:
8
say.sh
8
say.sh
@@ -9,7 +9,7 @@ P2WFILE="say";
|
||||
# Set paths
|
||||
ROOTPATH="$HOME/bin/say/"
|
||||
SRCPATH="$ROOTPATH$P2WFILE.sh"
|
||||
GUIPATH="$ROOTPATH$P2WFILEgui.sh"
|
||||
GUIPATH="$ROOTPATH${P2WFILE}gui.sh"
|
||||
CFGPATH="$ROOTPATH$P2WFILE.cfg"
|
||||
SNDPATH="$ROOTPATH$P2WFILE.wav"
|
||||
|
||||
@@ -140,6 +140,12 @@ saydeflng()
|
||||
fi
|
||||
}
|
||||
|
||||
# Starts GUI window
|
||||
saygui()
|
||||
{
|
||||
. $GUIPATH $1
|
||||
}
|
||||
|
||||
# Stops audio playback
|
||||
shutup ()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user