so I need someone who is smarter then me (so that is everyone lol)
I have a slight issue that I am not sure how to sort out
I can run this command with in Gambas
Dim SpeakerData As String = Null
SpeakerData = "speaker-test -t sine -f 1000 -l 1 & sleep .2 && kill -9 $!"
Shell SpeakerData
and it works fine but when I run
shell "play -n synth 0.1 sine 880 vol 5"
i get nothing but when run the play command with in a terminal i get a nice loud beep
SO am I doing something wrong here or am i missing a command that i need to use?
Any ideas are MOST welcomed