I've made a little progress with pacat. Reading the docs on it I found
out it captures to STDOUT if no filename is provided. So by shelling it
I'm able to read it's output. That's about as far as I've gotten but it
looks promising. I am interested in being able to manage this with just
cat though,
> On Friday 17 June 2011 10:47:39 John Spikowski wrote:
> Do the webcam and movie playing/pdf examples work in the Mac?
the movie player example is a frontend to MPlayer program.
So if you're install MPlayer on Mac OS X, it'll work.
The webcam example program uses the gb.v4l component.
As i
On 06/16/2011 08:02 PM, Titan Rain wrote:
> Anyone know of any examples or cases of accessing the soundcard/microphone in
> gambas? I'm looking to capture output from microphone (and level if possible)
> and write it to a socket, and read the socket that will have audio data and
> play it. Push-