Open DmitryP11 opened 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);
Will the default configuration work? I tested it, the effect is very poor, can you share some experience?
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);