Navigation Menu

Skip to content

Commit

Permalink
README++
Browse files Browse the repository at this point in the history
  • Loading branch information
TooTallNate committed Apr 13, 2014
1 parent 0a37ad2 commit 5760f0a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Expand Up @@ -19,8 +19,8 @@ Simply compile and install `node-speaker` using `npm`:
$ npm install speaker
```

On Debian/Ubuntu, the ALSA backend is selected by default, so be sure to have the
`alsa.h` header file in place:
On Debian/Ubuntu, the [ALSA][alsa] backend is selected by default, so be sure
to have the `alsa.h` header file in place:

``` bash
$ sudo apt-get install libasound2-dev
Expand Down Expand Up @@ -91,7 +91,7 @@ backends for each operating system are described in the table below:

| **Operating System** | **Audio Backend** | **Description**
|:---------------------|:------------------|:----------------------------------
| Linux | `alsa` | Output audio using Advanced Linux Sound Architecture (ALSA).
| Linux | `alsa` | Output audio using [Advanced Linux Sound Architecture (ALSA)][alsa].
| Mac OS X | `coreaudio` | Output audio using Mac OS X's CoreAudio.
| Windows | `win32` | Audio output for Windows (winmm).
| Solaris | `sun` | Audio output for Sun Audio.
Expand All @@ -104,3 +104,4 @@ $ npm install speaker --mpg123-backend=openal
```

[pcm]: http://en.wikipedia.org/wiki/Pulse-code_modulation
[alsa]: http://www.alsa-project.org/

0 comments on commit 5760f0a

Please sign in to comment.