Re: Playing wav sound file in Linux in background?

2010-05-20 Thread Peter Alcibiades
-revolution.278305.n4.nabble.com/Playing-wav-sound-file-in-Linux-in-background-tp2220508p2224036.html Sent from the Revolution - User mailing list archive at Nabble.com. ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url

Re: Playing wav sound file in Linux in background?

2010-05-20 Thread J. Landman Gay
John Patten wrote: Here's what i have: put the effective filename of current stack into theTargetPath set the itemDel to / delete last item of theTargetPath delete first item of theTargetPath put / theTargetPath /recordings/ into theRecordingTarget convert the date the long time to seconds

Re: Playing wav sound file in Linux in background?

2010-05-19 Thread J. Landman Gay
Peter Alcibiades wrote: He has a solution, surely, it is to do it from the shell. His problem is that when he goes out to the shell, it does not then play in the background. If he calls the shell command from a separate stack, will it not then leave the original stack to just go on? So the

Re: Playing wav sound file in Linux in background?

2010-05-19 Thread Andre Garzia
John, Try using the command like shell(aplay path-tofile ) This last will run the command in the background, the command should return imediatly to the stack while the sound play (I think, untested) On Mon, May 17, 2010 at 8:04 PM, John Patten johnpat...@mac.com wrote: Hi All... I've been

Re: Playing wav sound file in Linux in background?

2010-05-19 Thread John Patten
Thanks Everyone... ... and Andre all try out you suggestion on the shell command when I get a second. I solved the issue by just looking a little closer and the man file for arecord and discoverd that I could just change the file format to one that Revolution could handle. It used -f u8 and

Re: Playing wav sound file in Linux in background?

2010-05-18 Thread Peter Alcibiades
this message in context: http://runtime-revolution.278305.n4.nabble.com/Playing-wav-sound-file-in-Linux-in-background-tp2220508p2221137.html Sent from the Revolution - User mailing list archive at Nabble.com. ___ use-revolution mailing list use-revolution

Re: Playing wav sound file in Linux in background?

2010-05-18 Thread J. Landman Gay
John Patten wrote: Hi All... I've been having a problem playing back an audio file on a Linux computer using an arecord a shell script to first create the audio file. The audio file gets created on the local machine, it then gets uploaded to an ftp directory, however when I go to play the

Re: Playing wav sound file in Linux in background?

2010-05-18 Thread Richmond Mathewson
On 18/05/2010 21:14, J. Landman Gay wrote: John Patten wrote: Hi All... I've been having a problem playing back an audio file on a Linux computer using an arecord a shell script to first create the audio file. The audio file gets created on the local machine, it then gets uploaded to an

Re: Playing wav sound file in Linux in background?

2010-05-18 Thread stephen barncard
It may be bothersome to re-encode, but one does not get better quality by decoding then saving as uncompressed. If the files are going to be full size, why not take advantage of the better quality by 're-encoding'. On 18 May 2010 11:24, Richmond Mathewson richmondmathew...@gmail.comwrote: On

Re: Playing wav sound file in Linux in background?

2010-05-18 Thread Peter Alcibiades
-- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Playing-wav-sound-file-in-Linux-in-background-tp2220508p2221738.html Sent from the Revolution - User mailing list archive at Nabble.com. ___ use-revolution mailing list use

Playing wav sound file in Linux in background?

2010-05-17 Thread John Patten
Hi All... I've been having a problem playing back an audio file on a Linux computer using an arecord a shell script to first create the audio file. The audio file gets created on the local machine, it then gets uploaded to an ftp directory, however when I go to play the sound file