introlab / odas

ODAS: Open embeddeD Audition System
MIT License
794 stars 252 forks source link

Working with pseye problem #261

Open DmitryP11 opened 2 years ago

DmitryP11 commented 2 years ago

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);

wxqwinner commented 1 year ago

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