Search found 3 matches
- Wed Apr 04, 2007 12:17 pm
- Forum: Linux
- Topic: Linux, RR and sound files?
- Replies: 1
- Views: 5548
Sound on Linux
You could install Sweep http://www.metadecks.org/software/sweep/index.html or Audacity to convert them to wav format, then use aplay in a shell to play them. Or mplayer as an ogg command line player To use a non RunRev player you can launch to file via a shell script as in: put ("path_to_soundfile/s...
- Wed Apr 04, 2007 10:09 am
- Forum: Linux
- Topic: Linux/RunRev Newbie Howtos
- Replies: 7
- Views: 11398
Linux/RunRev Newbie Howtos
If you are new to Linux shell and Transcript programming, you can see my naive scripting tutorial howtos on Novell Cool Solutions. Just search for Stomfi. They are designed as a starting point and will work on any Linux distribution. The focus is using Linux shell as much as possible to do the proce...
- Wed Apr 04, 2007 9:59 am
- Forum: Linux
- Topic: Background shell script processes
- Replies: 0
- Views: 4890
Background shell script processes
Although I like RunRev for its ease of creating GUI interfaces that I can incorporate with shell scripted processing, it doesn't take advantage of the *Nix ability to run concurrent and background processes, so that one has to wait for a launched shell script to terminate before RunRev hands control...