-
Notifications
You must be signed in to change notification settings - Fork 92
A few changes #210
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
A few changes #210
Changes from all commits
a5d3166
97d26c7
0922994
82f1250
b9f347e
8c3620d
1ccb8dc
8fbb6d1
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -7,37 +7,35 @@ permalink: "/wiki/Installation-for-Windows" | |
|
|
||
| # Installation for Windows | ||
| Make sure you read the [Getting Started](Getting-Started) page. | ||
| 1. **Download and install an ASIO Driver**. It is recommended to use a sound card/interface with a native ASIO driver. If you don't have one (especially internal sound cards), install [this free ASIO driver (ASIO4ALL)](https://www.asio4all.org){: target="_blank" rel="noopener noreferrer"} before installing Jamulus. | ||
| 1. [Download Jamulus](https://sourceforge.net/projects/llcon/files/latest/download){: .button target="_blank" rel="noopener noreferrer"}. | ||
| 1. **Install Jamulus** If you get a warning notice from SmartScreen, click on "More info" and "Run anyway" to install Jamulus. This is needed since we don't pay for code signing yet. | ||
| 1. **Download and install an ASIO Driver**. It is recommended to use a sound card/interface with a native ASIO driver. If you don't have an external sound card, you probably need to install [this free ASIO driver (ASIO4ALL)](https://www.asio4all.org){: target="_blank" rel="noopener noreferrer"} before installing Jamulus. | ||
| 1. [Download Jamulus](https://sourceforge.net/projects/llcon/files/latest/download){: .button target="_blank" rel="noopener noreferrer"} | ||
|
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Add button like on macOS. Discussion: Is this too prominent? Do we need to focus the ASIO driver too (but not everyone needs ASIO4ALL)
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Agree on the button. I don't think it's too prominent really, but the ASIO issue is tricky. I think we have it about right (although see my comment on possibly clarifying what "internal sound card" means).
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. jamulussoftware/jamulus#792 (comment) Maybe we could add a statement to the installer. |
||
| 1. **Install Jamulus**: Double click the Jamulus installer. If you get a warning notice from SmartScreen, click on "More info" and "Run anyway" to install Jamulus. This is needed since we don't pay for code signing yet. | ||
| 1. **Run Jamulus**. Now you should be able to use Jamulus just like any other application. | ||
| 1. **Setup your sound card**. When you're done, you need to setup your audio hardware. Have a look at how to setup ASIO4ALL if you you're using that ([scroll down](#setting-up-asio4all)), and afterwards at [Hardware Setup](Hardware-Setup). | ||
|
|
||
| You can also [compile your own binary](Compiling#windows) if you feel so inclined. | ||
| 1. **Setup your sound card**. When you're done, you need to setup your audio hardware. Have a look at how to setup ASIO4ALL if you you're using that and/or [Hardware Setup](Hardware-Setup). | ||
|
|
||
| *** | ||
|
|
||
| ## Setting up ASIO4ALL | ||
| *Most internal soundcards need this driver. ASIO4ALL is not recommended if your audio interface provides its own ASIO driver, since that might have better latency.* | ||
| *Most internal sound cards need this driver. ASIO4ALL is not recommended if your audio interface provides its own ASIO driver, since that might have better latency.* | ||
|
|
||
| For ASIO4ALL, you may need to experiment a bit to find the right configuration since every computer is a bit different. Setup your soundcard while you're connected to a server to hear your instrument or voice and check if everything is correctly setup. | ||
| For ASIO4ALL, you may need to experiment a bit to find the right configuration since every computer is a bit different. Setup your sound card while you're [connected to a server](Onboarding#2-connecting-to-a-server) to hear your instrument or voice and check if everything is correctly setup. | ||
|
|
||
| Before you start with Jamulus: | ||
| 1. **Close all applications** (especially those which could access your soundcard like your browser/media player) since Jamulus needs exclusive access to your sound card. | ||
| 1. **Close all applications** (especially those which could access your sound card like your browser/media player) since Jamulus needs exclusive access to your sound card. | ||
| 1. If the audio doesn’t work out of the box, make sure that only the **correct inputs/outputs** in ASIO4ALL **are switched on**. Everything else should be switched off. This can be done as follows: | ||
|
|
||
| ### How to setup ASIO4ALL inputs (Guide) | ||
|
|
||
| 1. Open Jamulus's settings | ||
| 1. Go to _"ASIO Settings"_ (column on the left) | ||
| 1. Enable _advanced view_ in ASIO4ALL (click the tool icon on the bottom right) | ||
| 1. Enable only the soundcard you want to use by clicking on the button next to its name | ||
| 1. Open your soundcard inputs by clicking the _plus icon_ next to this soundcard | ||
| 1. Enable only the sound card you want to use by clicking on the button next to its name | ||
| 1. Open your sound card inputs by clicking the _plus icon_ next to this sound card | ||
| 1. Now enable the correct inputs/outputs in the list under your soundcard and disable everything else | ||
|
|
||
| **Hint:** Many internal sound cards are named Realtek High Definition Audio, Conexant or similar. Concerning the inputs/outputs: Headphones and speakers are often labelled as output and microphones as inputs or capture. Stereo Mix is usually not the input/output you search for, therefore you can switch it off, if you see it. | ||
| **Hint:** Many internal sound cards are named Realtek High Definition Audio, Conexant or similar. | ||
|
|
||
| Concerning the inputs/outputs: Headphones and speakers are often labeled as output and microphones as inputs or capture. Stereo Mix is usually not the input/output you search for, therefore you can switch it off, if you see it. | ||
| Concerning the inputs/outputs: Headphones and speakers are often labelled as output and microphones as inputs or capture. Stereo Mix is usually not the input/output you search for, therefore you can switch it off, if you see it. | ||
|
|
||
| ### Having trouble with ASIO4ALL setup? | ||
|
|
||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.