introlab/odas

Working with pseye problem

DmitryP11 opened this issue · 1 comments

I work with pseye
and it can't set 48000hz unless I do this change
./src/general/interface.c:268: sprintf(deviceName, "hw:%u,%u", card, device);
to
./src/general/interface.c:268: sprintf(deviceName, "plughw:%u,%u", card, device);

Will the default configuration work? I tested it, the effect is very poor, can you share some experience?