Vineet Agrawal wrote:
> gcc -static -Wall -pipe -gtest_latency1.c -o test_latency1
> ...
> undefined reference to `snd_...'
> ...
You have to link with the ALSA library. Add -lasound to the compiler
command line.
HTH
Clemens
---
This
Dear ALSA users
I want to do some pitch shifting in real time, I am
using DELTA 44 card. I have installed the ALSA driver
and card is working fine. I wrote a program to Read
from and write to the card using free OSS API, it
works fine, but when I tried to play around with the
data buffer, I start