DmitryP11

Results 1 issues of DmitryP11

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