Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Working with pseye problem #261

Open
DmitryP11 opened this issue Apr 1, 2022 · 1 comment
Open

Working with pseye problem #261

DmitryP11 opened this issue Apr 1, 2022 · 1 comment

Comments

@DmitryP11
Copy link

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants