LUMIERA.clone/src/tool
Odin Omdal Hørthe 29394345af ALSA audio output experiment
I think it's smart to rather use ALSA directly instead of PortAudio.
ALSA is push AFAIK, and talking about it here at the hackspace, seems
like the better choice. It's a bit lower level, but anyway everything
speaks ALSA anyway. It's not like there's any reason to use PortAudio
at all. It's just an extra abstraction.

Coding for ALSA it'll also work with Pulseaudio and esd. Do people
really use other sound systems than Pulseaudio, esd or plain ALSA?
I can't think of it.

I really the idea about building a small tool first. I'll do that.

Also thought about making a small blikning cursor/text output, and
syncing a BEEP-sound to that, so that I can test around with throwing
in lots and lots of latency between "me" and the video, and try to
sync it anyway.

I should be able to read back from the sound card (or pulse audio
underneath, it will just work with alsa as the abstraction) how long
it takes for the bytes I'm pushing to reach the speakers, and do some
buffer tuning on that.
2012-01-11 07:12:32 +01:00
..
alsa.c ALSA audio output experiment 2012-01-11 07:12:32 +01:00
DIR_INFO update some DIR_INFO entries 2011-04-05 00:44:30 +02:00
hello.c move all tools to src/tool and remove admin dir from build 2009-01-13 12:16:48 +01:00
luidgen.c GPL header whitespace 2010-12-17 23:28:49 +01:00
main.c ALSA audio output experiment 2012-01-11 07:12:32 +01:00
Makefile.am Merge remote branch 'plouj/second-tp-attempt' into backend_devel 2010-01-17 17:32:43 +01:00
rsvg-convert.c fix inclue path error pointed out by "esevece" 2011-01-13 03:35:22 +01:00
SConscript SCons: new build target for experimental code 2011-12-03 06:10:12 +01:00