Browse Source

README: The audio output configuration has been replaced by pcaudiolib, so remove that section.

master
Reece H. Dunn 7 years ago
parent
commit
2d69743ddf
1 changed files with 0 additions and 15 deletions
  1. 0
    15
      README.md

+ 0
- 15
README.md View File

@@ -7,7 +7,6 @@
- [Dependencies](#dependencies)
- [Building](#building-1)
- [Cross Compilation](#cross-compilation)
- [Audio Output Configuration](#audio-output-configuration)
- [eSpeak NG Feature Configuration](#espeak-ng-feature-configuration)
- [Extended Dictionary Configuration](#extended-dictionary-configuration)
- [Testing](#testing)
@@ -177,20 +176,6 @@ built it locally you can perform the cross compilation using:
./configure --build=... --host=... --target=...
make -B src/espeak-ng src/speak-ng

#### Audio Output Configuration

The following `configure` options control which audio interfaces to use:

| Option | Audio Interfaces | Default |
|---------------------|------------------|---------|
| `--with-pulseaudio` | PulseAudio | yes |
| `--with-portaudio` | PortAudio | yes |
| `--with-sada` | SADA (Solaris) | no |

If pulseaudio and portaudio are both enabled and available, eSpeak NG will choose
which one to use at runtime, trying pulseaudio first before falling back to
portaudio.

#### eSpeak NG Feature Configuration

The following `configure` options control which eSpeak NG features are enabled:

Loading…
Cancel
Save