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

Added instructions to use ALSA directly for line-in #1002

Merged
merged 1 commit into from Jun 5, 2022

Conversation

Syco54645
Copy link
Contributor

This PR has instructions for using ALSA directly for line-in for snapserver. I also included instructions for running the client on the same machine as the server.

```
3. Edit the file `/etc/snapserver.conf` and add the following line, substituting `<device_name>` for the value derived from the previous step. Pick whatever you'd like for `<stream_name>`.
```
stream = alsa://?name=<stream_name>&device=hw:<device_name>
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I tried to use the card number instead of its name. Works flawlessly

Copy link
Contributor Author

@Syco54645 Syco54645 Mar 20, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I tried to use the card number instead of its name. Works flawlessly

So just be careful using the numeric value, I had the number change on me on reboot.

Edit: perhaps some text should be added to say this is possible but ultimately it is depending on the system enumerating the devices the same way each time.

@badaix badaix changed the base branch from master to develop June 5, 2022 19:59
@badaix badaix merged commit a7eb037 into badaix:develop Jun 5, 2022
@badaix
Copy link
Owner

badaix commented Jun 5, 2022

thanks

@Syco54645
Copy link
Contributor Author

thanks

You're welcome. Happy to help.

@muldy
Copy link

muldy commented Jul 6, 2022

Many thanks!

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

Successfully merging this pull request may close these issues.

None yet

4 participants