You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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);
The text was updated successfully, but these errors were encountered:
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);
The text was updated successfully, but these errors were encountered: